adapt shell tests

This commit is contained in:
Earl Warren 2023-03-30 01:08:18 +02:00
parent d12e05c347
commit ca02749d65
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
3 changed files with 29 additions and 27 deletions

View file

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