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

Update install

This commit is contained in:
Limezy 2022-03-23 17:26:20 +07:00
parent ec8bb89259
commit 4a7ebf510c

View file

@ -117,7 +117,7 @@ ynh_exec_warn_less ynh_install_go --go_version=$GO_VERSION
pushd "$final_path"
# Build the sources
ynh_use_go
make build
ynh_exec_as $app $ynh_go_load_path make build
popd
ynh_remove_go