mirror of
https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git
synced 2024-09-03 19:46:01 +02:00
upgrade with GOCACHE
This commit is contained in:
parent
7a9d62a6fe
commit
c82c1172c3
1 changed files with 2 additions and 2 deletions
|
@ -133,8 +133,8 @@ ynh_install_extra_app_dependencies --repo="http://http.debian.net/debian buster-
|
|||
# Migration from 1.6.0
|
||||
ynh_secure_remove --file="$final_path"/asmux.go
|
||||
src_path="$final_path"_src
|
||||
#export GOPATH=$src_path
|
||||
#export GOCACHE="$GOPATH"/.cache/go-build
|
||||
export GOPATH=$src_path
|
||||
export GOCACHE="$GOPATH"/.cache/go-build
|
||||
# Remove a directory securely
|
||||
ynh_secure_remove --file="$src_path"
|
||||
#export PATH=$PATH:$GO_PATH
|
||||
|
|
Loading…
Add table
Reference in a new issue