forked from sh-edraft.de/sh_linux_installation_scripts
replaced neofetch :(
This commit is contained in:
12
common/debian/apps/fastfetch.sh
Normal file
12
common/debian/apps/fastfetch.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_neofetch() {
|
||||
echo "Installing fastfetch"
|
||||
sudo apt install fastfetch -y
|
||||
echo '
|
||||
if [ $USER != "root" ]; then
|
||||
echo ""
|
||||
fastfetch
|
||||
fi
|
||||
' | sudo tee -a /etc/bash.bashrc > /dev/null
|
||||
}
|
Reference in New Issue
Block a user