forked from sh-edraft.de/sh_linux_installation_scripts
Bugfixes
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user