From 3787664ce35e96a00bdb782390bd332e420cd996 Mon Sep 17 00:00:00 2001 From: "Gaunt, John" Date: Thu, 27 Dec 2018 20:32:48 -0500 Subject: [PATCH] install neofetch --- update.sh | 9 +++++++++ 1 file changed, 9 insertions(+) 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