0
1
Fork 1
mirror of https://code.forgejo.org/actions/forgejo-release synced 2024-09-19 02:35:51 +02:00

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

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
}