forked from sh-edraft.de/sh_linux_installation_scripts
Changed to apt
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
install_neofetch() {
|
||||
echo "Installing neofetch"
|
||||
sudo apt-get install neofetch -y
|
||||
sudo apt install neofetch -y
|
||||
echo '
|
||||
if [ $USER != "root" ]; then
|
||||
echo ""
|
||||
|
Reference in New Issue
Block a user