From 775bc640eb13208f9cae2dd2f51073ab85be1d05 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Wed, 14 Apr 2021 18:22:50 +0200 Subject: [PATCH] Fixed typo --- common/apps/neofetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/apps/neofetch.sh b/common/apps/neofetch.sh index 03e77ae..7c6b6ee 100644 --- a/common/apps/neofetch.sh +++ b/common/apps/neofetch.sh @@ -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