mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-30 18:56:34 +00:00
11 lines
150 B
Bash
Executable File
11 lines
150 B
Bash
Executable File
cd /tmp/
|
|
rm -rf go
|
|
rm -rf gocache
|
|
export GOCACHE=/tmp/gocache
|
|
|
|
../install-cloudflare-go.sh
|
|
|
|
export PATH="/tmp/go/bin:$PATH"
|
|
go version
|
|
which go
|
|
go env |