chg: [install] backport

nifi
Jean-Louis Huynen 2020-02-25 16:03:32 +01:00
parent 20667c1674
commit 1db97b1658
No known key found for this signature in database
GPG Key ID: 64799157F4BD6B93
1 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,11 @@
set -e
set -x
sudo apt-get install screen golang -y
# Go #
sudo apt-get install screen -y
sudo add-apt-repository ppa:longsleep/golang-backports -y
sudo apt update
sudo apt install golang-go -y
go get -u
go build