updated apt to run without approval

This commit is contained in:
zebra 2024-07-24 21:55:15 -07:00
parent 5ae1df25f0
commit a8eafa9115
2 changed files with 2 additions and 2 deletions

View File

@ -14,9 +14,9 @@ starshipconfig="https://git.izebra.net/izebra_projects/rmm-scripts/raw/branch/ma
#Add fish shell repo and install
echo Installing fish...
sudo apt-add-repository ppa:fish-shell/release-3
sudo apt-add-repository --yes ppa:fish-shell/release-3
sudo apt update
sudo apt install fish
sudo apt install fish -y
#Copy fish config file to root and all users under /home/

0
remove-shelltweaks.sh Executable file → Normal file
View File