mirror of
https://gitlab.com/alliedmaldives/ops/podmanbuilder.git
synced 2025-02-22 18:22:09 +00:00
i give up, this doesnt work
This commit is contained in:
parent
50c2104d96
commit
15ee256519
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user