diff --git a/update.sh b/update.sh index 7223f3d..b89f9ee 100644 --- a/update.sh +++ b/update.sh @@ -13,6 +13,15 @@ all_distros () { # clone the homelab scripts for use later cd /root 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