From a7822765b121976bb6787cd16b92a98c5e9a84e5 Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Sat, 10 Jun 2017 10:35:32 +0200 Subject: [PATCH] Update gitlab --- scripts/install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index bfb4b8a..cb35503 100644 --- a/scripts/install +++ b/scripts/install @@ -37,8 +37,9 @@ sudo yunohost app checkurl "${domain}${path_url}" -a "$app" \ # Add gitlab repository sudo apt-get install curl openssh-server ca-certificates postfix -curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh -sudo apt-get install gitlab +wget https://packages.gitlab.com/gitlab/gitlab-ce/packages/ubuntu/xenial/gitlab-ce_9.2.5-ce.0_amd64.deb +dpkg -i gitlab-ce_9.2.5-ce.0_amd64.deb + # Gitlab configuration sudo gitlab-ctl reconfigure