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:
parent
1d4817a52e
commit
0cb2aad7cc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue