1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ifconfig-io_ynh.git synced 2024-09-03 20:36:27 +02:00

Fix: Fix install and upgrade script

This commit is contained in:
Fabian Wilkens 2022-05-21 15:23:15 +02:00
parent f51155bf58
commit be4f6dd22d
No known key found for this signature in database
GPG key ID: 23DFA025BB4E9FAB
2 changed files with 0 additions and 6 deletions

View file

@ -100,9 +100,6 @@ ynh_add_nginx_config
#=================================================
ynh_script_progression --message="Installing..." --weight=5
export GOPATH=$HOME/go
export GO111MODULE=on
pushd "$app_path"
ynh_exec_warn_less go mod download
ynh_exec_warn_less go build

View file

@ -106,9 +106,6 @@ ynh_install_app_dependencies $pkg_dependencies
#=================================================
ynh_script_progression --message="Upgrading..." --weight=5
export GOPATH=$HOME/go
export GO111MODULE=on
pushd "$app_path"
ynh_exec_warn_less go mod download
ynh_exec_warn_less go build