quietly apt-get update

This commit is contained in:
Earl Warren 2023-03-30 15:22:00 +02:00
parent 6787cd1bd1
commit ba62e00392
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 0579CB2928A78A00

View file

@ -54,6 +54,7 @@ upload() {
setup_api() {
if ! which jq curl ; then
apt-get -qq update
apt-get install -y -qq jq curl wget
fi
}