Improved neofetch install

This commit is contained in:
2021-05-26 12:02:32 +02:00
parent 9dfd42473a
commit 256413e3d7
2 changed files with 1 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ install_neofetch() {
sudo apt-get install neofetch -y
echo '
if [ $USER != "root" ]; then
echo ""
neofetch
fi
' | sudo tee -a /etc/bash.bashrc > /dev/null