Improved neofetch install

This commit is contained in:
Sven Heidemann 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 sudo apt-get install neofetch -y
echo ' echo '
if [ $USER != "root" ]; then if [ $USER != "root" ]; then
echo ""
neofetch neofetch
fi fi
' | sudo tee -a /etc/bash.bashrc > /dev/null ' | sudo tee -a /etc/bash.bashrc > /dev/null

View File

@ -17,7 +17,6 @@ first_install
# install_git # maybe destroying systemd # install_git # maybe destroying systemd
install_lsd install_lsd
install_ncdu install_ncdu
echo 'echo ""' | sudo tee -a /etc/bash.bashrc > /dev/null
sudo python3 $PWD/users/vsrv/scripts/write_bashrc.py /home/ /root/ sudo python3 $PWD/users/vsrv/scripts/write_bashrc.py /home/ /root/
install_neofetch install_neofetch
install_trash_cli install_trash_cli