gui: run apt update in background to fix Buster Suite value errors

pull/931/head
Botspot 3 years ago
parent a20edc1038
commit 0c7eed7b5c

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

Loading…
Cancel
Save