2021-03-07 17:40:20 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
2024-07-16 09:52:24 +02:00
|
|
|
source $PWD/common/debian/apps/fastfetch.sh
|
|
|
|
|
|
|
|
# neofetch is not longer maintained
|
2021-03-07 17:40:20 +01:00
|
|
|
install_neofetch() {
|
2024-07-16 09:52:24 +02:00
|
|
|
install_fastfetch
|
|
|
|
# echo "Installing neofetch"
|
|
|
|
# sudo apt install neofetch -y
|
|
|
|
# echo '
|
|
|
|
# if [ $USER != "root" ]; then
|
|
|
|
# echo ""
|
|
|
|
# neofetch
|
|
|
|
# fi
|
|
|
|
# ' | sudo tee -a /etc/bash.bashrc > /dev/null
|
2021-03-17 16:57:23 +01:00
|
|
|
}
|