Update the install script

This commit is contained in:
Eric Coissac
2025-05-01 11:45:46 +02:00
parent 13ff892ac9
commit e065e2963b
2 changed files with 4 additions and 1 deletions

View File

@ -108,6 +108,9 @@ export PATH
GOPATH="$(pwd)/go"
export GOPATH
export GOCACHE="$(cd ${WORK_DIR}/cache && pwd)"
echo "GOCACHE=$GOCACHE" 1>&2@
mkdir -p "$GOCACHE"
curl -L "$OBIURL4" > master.zip