Browse Source

Install go with apt

master
Mayank 4 years ago
parent
commit
0f6be91e7d
No known key found for this signature in database GPG Key ID: D037D60476CE748C
  1. 2
      depends
  2. 2
      stage0/00-configure-apt/00-run.sh

2
depends

@ -17,5 +17,3 @@ file
git
lsmod:kmod
bc
jq
golang-go

2
stage0/00-configure-apt/00-run.sh

@ -17,6 +17,8 @@ apt-get dist-upgrade -y
EOF
echo "Installing Go"
apt-get update
apt-get install golang-go
go version
echo "Go installed, now downloading images"

Loading…
Cancel
Save