install neofetch
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user