forked from sh-edraft.de/sh_linux_installation_scripts
Added server scripts
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
install_neofetch() {
|
||||
echo "Installing neofetch"
|
||||
sudo apt-get install neofetch -y
|
||||
sudo echo `
|
||||
if [ $USER != "root" ] then
|
||||
neofetch
|
||||
fi
|
||||
` >>/etc/bash.bashrc
|
||||
echo '
|
||||
if [ $USER != "root" ] then
|
||||
neofetch
|
||||
fi
|
||||
' | sudo tee -a /etc/bash.bashrc > /dev/null
|
||||
}
|
||||
|
Reference in New Issue
Block a user