Fixed typo

This commit is contained in:
Sven Heidemann 2021-04-14 18:22:50 +02:00
parent e22f67a020
commit 775bc640eb

View File

@ -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