From 0f6be91e7ddc2046927c99fec5c0905289adf6bc Mon Sep 17 00:00:00 2001 From: Mayank Date: Thu, 2 Jul 2020 20:30:05 +0530 Subject: [PATCH] Install go with apt --- depends | 4 +--- stage0/00-configure-apt/00-run.sh | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/depends b/depends index 420b1ec..fd4cde7 100644 --- a/depends +++ b/depends @@ -16,6 +16,4 @@ xxd file git lsmod:kmod -bc -jq -golang-go \ No newline at end of file +bc \ No newline at end of file diff --git a/stage0/00-configure-apt/00-run.sh b/stage0/00-configure-apt/00-run.sh index d79a647..e915d05 100755 --- a/stage0/00-configure-apt/00-run.sh +++ b/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"