i give up, this doesnt work

This commit is contained in:
Shihaam Abdul Rahman 2023-02-28 17:37:56 +05:00
parent 50c2104d96
commit 15ee256519
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -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