This repository has been archived on 2021-11-23. You can view files and clone it, but cannot push or open issues or pull requests.
Files
sh_multi_install/common/debian/apps/neofetch.sh
2024-07-16 09:52:24 +02:00

17 lines
336 B
Bash

#!/bin/bash
source $PWD/common/debian/apps/fastfetch.sh
# neofetch is not longer maintained
install_neofetch() {
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
}