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 \ btrfs-progs \
crun \ crun \
git \ git \
golang-go \
go-md2man \ go-md2man \
iptables \ iptables \
libassuan-dev \ libassuan-dev \
@ -27,18 +26,12 @@ apt-get install --no-install-recommends -y \
libsystemd-dev \ libsystemd-dev \
pkg-config \ pkg-config \
uidmap uidmap
# golang-go \
# depdencies for this script # depdencies for this script
apt install --no-install-recommends -y jq wget curl make ca-certificates apt install --no-install-recommends -y jq wget curl make ca-certificates
# install go
# update go
#GOPATH=~/go
#git clone https://go.googlesource.com/go $GOPATH
#cd $GOPATH/src
#./all.bash
#export PATH=$GOPATH/bin:$PATH
wget https://go.dev/dl/go$GO_VERSION.linux-amd64.tar.gz 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 rm -rf /usr/local/go && tar -C /usr/local -xzf go$GO_VERSION.linux-$ARCH.tar.gz
PATH=$PATH:/usr/local/go/bin PATH=$PATH:/usr/local/go/bin