mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Merge pull request #584 from gocsaf/dev-12
improve test setup scripts by adding missing package
This commit is contained in:
commit
3e9b5e1ebb
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue