forked from sh-edraft.de/sh_linux_installation_scripts
Changed file structure
This commit is contained in:
12
common/debian/apps/neofetch.sh
Normal file
12
common/debian/apps/neofetch.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_neofetch() {
|
||||
echo "Installing neofetch"
|
||||
sudo apt-get install neofetch -y
|
||||
echo '
|
||||
if [ $USER != "root" ]; then
|
||||
echo ""
|
||||
neofetch
|
||||
fi
|
||||
' | sudo tee -a /etc/bash.bashrc > /dev/null
|
||||
}
|
Reference in New Issue
Block a user