mirror of
https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git
synced 2024-09-03 19:46:01 +02:00
/src
This commit is contained in:
parent
c82c1172c3
commit
a2e9491406
1 changed files with 3 additions and 1 deletions
|
@ -125,7 +125,9 @@ fi
|
||||||
|
|
||||||
ynh_install_extra_app_dependencies --repo="http://http.debian.net/debian buster-backports main" --package="golang-go"
|
ynh_install_extra_app_dependencies --repo="http://http.debian.net/debian buster-backports main" --package="golang-go"
|
||||||
|
|
||||||
export GOPATH="$final_path"
|
src_path="$final_path"/src
|
||||||
|
mkdir -p $src_path
|
||||||
|
export GOPATH="$src_path"
|
||||||
export GOCACHE="$GOPATH"/.cache/go-build
|
export GOCACHE="$GOPATH"/.cache/go-build
|
||||||
|
|
||||||
export PATH=$PATH:$GO_PATH
|
export PATH=$PATH:$GO_PATH
|
||||||
|
|
Loading…
Add table
Reference in a new issue