mirror of
https://gitlab.com/alliedmaldives/ops/podmanbuilder.git
synced 2025-02-22 18:42:14 +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 \
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user