parent
1d2d56755b
commit
b1c9eeeeea
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue