1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dex_ynh.git synced 2024-09-03 18:26:22 +02:00
This commit is contained in:
Limezy 2022-03-25 21:16:51 +07:00
parent f7e81b6579
commit d4c08b2dee
2 changed files with 0 additions and 2 deletions

View file

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

View file

@ -98,7 +98,6 @@ ynh_exec_warn_less ynh_install_go --go_version=$GO_VERSION
pushd "$final_path"
# Setup go exe and environnement
ynh_use_go
"$ynh_go" env
# Build server from source
make build 2>&1
# Setup a nice Yunohost logo