This commit is contained in:
2021-04-14 16:17:30 +02:00
parent 4cb55cd578
commit 4225328183
4 changed files with 8 additions and 4 deletions

View File

@@ -3,5 +3,9 @@
install_neofetch() {
echo "Installing neofetch"
sudo apt-get install neofetch -y
sudo echo "neofetch" >>/home/*/.bashrc
sudo echo `
if [ $USER != "root" ] then
neofetch
fi
` >>/etc/bash.bashrc
}