This commit is contained in:
2021-03-17 16:57:23 +01:00
parent 4d9b42ce48
commit 6dd7ea437f
4 changed files with 9 additions and 10 deletions

View File

@@ -2,4 +2,4 @@
install_ncdu() {
sudo apt-get install ncdu -y
}
}

View File

@@ -2,5 +2,5 @@
install_neofetch() {
sudo apt-get install neofetch -y
sudo echo "neofetch" >> /home/*/.bashrc
}
sudo echo "neofetch" >>/home/*/.bashrc
}