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" echo "Installing neofetch"
sudo apt-get install neofetch -y sudo apt-get install neofetch -y
echo ' echo '
if [ $USER != "root" ] then if [ $USER != "root" ]; then
neofetch neofetch
fi fi
' | sudo tee -a /etc/bash.bashrc > /dev/null ' | sudo tee -a /etc/bash.bashrc > /dev/null