From 0c7eed7b5c5ac9080ce754390eddeec66da28f3f Mon Sep 17 00:00:00 2001 From: Botspot Date: Mon, 23 Aug 2021 08:54:44 -0500 Subject: [PATCH] gui: run apt update in background to fix Buster Suite value errors --- gui | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gui b/gui index 58faa8d..e64fff2 100755 --- a/gui +++ b/gui @@ -120,6 +120,11 @@ runonce <<"EOF" sudo apt install -y curl fi EOF + +#run sudo apt update once to fix everyone's "repo's Suite value was changed from stable to oldstable" +runonce <<"EOF" + sudo apt update &>/dev/null +EOF ) & install() {