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() {