1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/photoview_ynh.git synced 2024-09-03 20:05:55 +02:00

goenv install quiet

This commit is contained in:
Salamandar 2024-03-08 21:32:52 +01:00
parent 1d4817a52e
commit 0cb2aad7cc

View file

@ -264,7 +264,7 @@ ynh_install_go() {
# Install the requested version of Go
local final_go_version=$(goenv latest --print $go_version)
ynh_print_info --message="Installation of Go-$final_go_version"
goenv install --skip-existing $final_go_version
goenv install --skip-existing --quiet $final_go_version
# Store go_version into the config of this app
ynh_app_setting_set --app=$YNH_APP_INSTANCE_NAME --key=go_version --value=$final_go_version