diff --git a/izebra-linux-oneshot.sh b/izebra-linux-oneshot.sh index 713dad2..fa191e1 100644 --- a/izebra-linux-oneshot.sh +++ b/izebra-linux-oneshot.sh @@ -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 #install other tools required sudo apt install unzip diff --git a/remove-shelltweaks.sh b/remove-shelltweaks.sh old mode 100755 new mode 100644