Working.
All checks were successful
/ deploy (push) Successful in 1s

This commit is contained in:
Lord_Devi 2024-07-09 01:20:58 -04:00
parent 1d2d56755b
commit b1c9eeeeea

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
_location=".config/yadm/shell-minimal.d/04-install-go-stuff.sh"
GOPATH="${HOME}/.local/opt/go"
export GOPATH="${HOME}/.local/opt/go"
export GHQ_ROOT="${HOME}/.local/opt/git"
_ghq="${HOME}/.local/opt/go/bin/ghq"
_yadm="${HOME}/.local/bin/yadm"
@ -63,7 +63,7 @@ _install_ghq() {
else
_mordu "Installing Ghq."
_mordu "GOPATH = ${GOPATH}"
GOPATH="$GOPATH" go install github.com/x-motemen/ghq@latest
go install github.com/x-motemen/ghq@latest
fi
}
# }}} </install ghq>