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"
|
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
|
||||||
|
Reference in New Issue
Block a user