From 15ee256519cdf2e2f2133df712ec98bba0ee7f82 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Tue, 28 Feb 2023 17:37:56 +0500 Subject: [PATCH] i give up, this doesnt work --- podman-build.sh | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/podman-build.sh b/podman-build.sh index 5127853..929707f 100644 --- a/podman-build.sh +++ b/podman-build.sh @@ -10,7 +10,6 @@ apt-get install --no-install-recommends -y \ btrfs-progs \ crun \ git \ - golang-go \ go-md2man \ iptables \ libassuan-dev \ @@ -27,18 +26,12 @@ apt-get install --no-install-recommends -y \ libsystemd-dev \ pkg-config \ uidmap +# golang-go \ # depdencies for this script apt install --no-install-recommends -y jq wget curl make ca-certificates - - -# update go -#GOPATH=~/go -#git clone https://go.googlesource.com/go $GOPATH -#cd $GOPATH/src -#./all.bash -#export PATH=$GOPATH/bin:$PATH +# install go wget https://go.dev/dl/go$GO_VERSION.linux-amd64.tar.gz rm -rf /usr/local/go && tar -C /usr/local -xzf go$GO_VERSION.linux-$ARCH.tar.gz PATH=$PATH:/usr/local/go/bin