forked from sh-edraft.de/sh_linux_installation_scripts
Fixed typo
This commit is contained in:
parent
e22f67a020
commit
775bc640eb
@ -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
|
||||
|
Reference in New Issue
Block a user