From 256413e3d726c87823b08b6e766b0392fab7f5f2 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Wed, 26 May 2021 12:02:32 +0200 Subject: [PATCH] Improved neofetch install --- common/apps/neofetch.sh | 1 + users/vsrv/scripts/server_installation.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/common/apps/neofetch.sh b/common/apps/neofetch.sh index 7c6b6ee..0a61c8f 100644 --- a/common/apps/neofetch.sh +++ b/common/apps/neofetch.sh @@ -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 diff --git a/users/vsrv/scripts/server_installation.sh b/users/vsrv/scripts/server_installation.sh index 285e13f..2dc1c12 100644 --- a/users/vsrv/scripts/server_installation.sh +++ b/users/vsrv/scripts/server_installation.sh @@ -17,7 +17,6 @@ first_install # install_git # maybe destroying systemd install_lsd install_ncdu -echo 'echo ""' | sudo tee -a /etc/bash.bashrc > /dev/null sudo python3 $PWD/users/vsrv/scripts/write_bashrc.py /home/ /root/ install_neofetch install_trash_cli