diff --git a/common/apps/neofetch.sh b/common/apps/neofetch.sh index 03e77ae..7c6b6ee 100644 --- a/common/apps/neofetch.sh +++ b/common/apps/neofetch.sh @@ -4,7 +4,7 @@ install_neofetch() { echo "Installing neofetch" sudo apt-get install neofetch -y echo ' -if [ $USER != "root" ] then +if [ $USER != "root" ]; then neofetch fi ' | sudo tee -a /etc/bash.bashrc > /dev/null