quietly apt-get update

This commit is contained in:
Earl Warren 2023-03-30 15:22:00 +02:00
parent 6787cd1bd1
commit ba62e00392
No known key found for this signature in database
GPG Key ID: 0579CB2928A78A00
1 changed files with 1 additions and 0 deletions

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
}