mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Merge pull request #315 from csaf-poc/improve-itests-setup
Improve setup script für Ubuntu systems
This commit is contained in:
commit
732383561b
1 changed files with 1 additions and 0 deletions
|
|
@ -11,4 +11,5 @@ apt install -y make bash sed tar git nginx fcgiwrap gnutls-bin
|
|||
# Install Go from binary distribution
|
||||
latest_go="$(curl https://go.dev/VERSION\?m=text).linux-amd64.tar.gz"
|
||||
curl -O https://dl.google.com/go/$latest_go
|
||||
rm -rf /usr/local/go # be sure that we do not have an old installation
|
||||
tar -C /usr/local -xzf $latest_go
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue