mirror of
https://github.com/Phantop/appdwarf.git
synced 2024-11-12 18:03:05 +00:00
9 lines
248 B
Bash
Executable file
9 lines
248 B
Bash
Executable file
#!/bin/sh
|
|
# shellcheck source=../appdwarf
|
|
SOURCE=1 . "$(which appdwarf)"
|
|
LINK=$(curl https://go.dev/dl/ | grep -m1 linux | cut -d\" -f4)
|
|
curl -L https://go.dev/"$LINK" | tar xz -C"$DIR"/..
|
|
appb
|
|
sed -i '5i export GOPROXY=direct' "$DIR"/AppRun
|
|
appmk
|