From a8eafa9115cd853bf9dd407081b7de51e6348ca5 Mon Sep 17 00:00:00 2001 From: zebra Date: Wed, 24 Jul 2024 21:55:15 -0700 Subject: [PATCH] updated apt to run without approval --- izebra-linux-oneshot.sh | 4 ++-- remove-shelltweaks.sh | 0 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 remove-shelltweaks.sh diff --git a/izebra-linux-oneshot.sh b/izebra-linux-oneshot.sh index 0b0c63e..a561178 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 #Copy fish config file to root and all users under /home/ diff --git a/remove-shelltweaks.sh b/remove-shelltweaks.sh old mode 100755 new mode 100644