install neofetch

This commit is contained in:
2018-12-27 20:32:48 -05:00
parent dfd557fcf5
commit 3787664ce3

View File

@@ -13,6 +13,15 @@ all_distros () {
# clone the homelab scripts for use later # clone the homelab scripts for use later
cd /root cd /root
git clone https://git.johnhgaunt.com/jgaunt/homelab-scripts.git git clone https://git.johnhgaunt.com/jgaunt/homelab-scripts.git
# install neofetch
cd /opt
git clone https://github.com/dylanaraps/neofetch.git
cd /opt/neofetch
make install
# go to home directory
cd ~
} }
# Debian OS # Debian OS