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. 4
      depends
  2. 2
      stage0/00-configure-apt/00-run.sh

4
depends

@ -16,6 +16,4 @@ xxd
file
git
lsmod:kmod
bc
jq
golang-go
bc

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