1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dex_ynh.git synced 2024-09-03 18:26:22 +02:00

Fix bullseye

This commit is contained in:
yalh76 2022-04-03 04:39:11 +02:00
parent 01dcb6fbf1
commit 4087db3870
2 changed files with 4 additions and 0 deletions

View file

@ -117,6 +117,8 @@ ynh_exec_warn_less ynh_install_go --go_version=$GO_VERSION
pushd "$final_path"
# Setup go exe and environnement
ynh_use_go
export GOPATH="$final_path/go"
export GOCACHE="$final_path/.cache"
# Build server from source
make build 2>&1
# Setup a nice Yunohost logo

View file

@ -99,6 +99,8 @@ ynh_exec_warn_less ynh_install_go --go_version=$GO_VERSION
pushd "$final_path"
# Setup go exe and environnement
ynh_use_go
export GOPATH="$final_path/go"
export GOCACHE="$final_path/.cache"
# Build server from source
make build 2>&1
# Setup a nice Yunohost logo