mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2024-11-21 15:40:58 -05:00
quietly apt-get update
This commit is contained in:
parent
6787cd1bd1
commit
ba62e00392
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue