From 091656b3b45f05e984d48201f496b98b71bfe832 Mon Sep 17 00:00:00 2001 From: bourreP Date: Sat, 14 Apr 2018 18:38:22 +0200 Subject: [PATCH] make the upgrade --- scripts/upgrade | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 933a7bd..ec7e8f1 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -33,6 +33,9 @@ ynh_replace_string "YNH_WWW_PATH" "${path_url%/}/" $nginx_conf ynh_replace_string "PORT" "$portNginx" $nginx_conf sudo cp $nginx_conf /etc/nginx/conf.d/$domain.d/$app.conf +sudo apt-get update +sudo apt-get install -yy gitlab-ce + # If app is public, add url to SSOWat conf as skipped_uris if [[ $is_public -eq 1 ]]; then # See install script @@ -41,4 +44,3 @@ fi # Reload nginx service sudo service nginx reload -sudo gitlab-ctl reconfigure