1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

improve test setupscript by adding missing zip

Add zip as packages to be installed in preparation as
 the `make dist` target uses it.
This commit is contained in:
Bernhard Reiter 2024-10-30 15:53:22 +01:00
parent 91207f2b7b
commit ffadad38c6
No known key found for this signature in database
GPG key ID: 2B7BA3BF9BC3A554

View file

@ -6,7 +6,7 @@ set -e
# by installing the required packages. # by installing the required packages.
apt update apt update
apt install -y make bash curl gnupg sed tar git nginx fcgiwrap gnutls-bin apt install -y make bash curl gnupg sed tar git nginx fcgiwrap gnutls-bin zip
# Install Go from binary distribution # Install Go from binary distribution
latest_go="$(curl https://go.dev/VERSION\?m=text| head -1).linux-amd64.tar.gz" latest_go="$(curl https://go.dev/VERSION\?m=text| head -1).linux-amd64.tar.gz"