forked from sh-edraft.de/sh_linux_installation_scripts
Improved project structure
This commit is contained in:
6
common/apps/neofetch.sh
Normal file
6
common/apps/neofetch.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_neofetch() {
|
||||
sudo apt-get install neofetch -y
|
||||
sudo echo "neofetch" >> /home/*/.bashrc
|
||||
}
|
Reference in New Issue
Block a user