From 937588dfd6ff0772be8d29f1b4993749e907da91 Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Sat, 10 Jun 2017 10:29:43 +0200 Subject: [PATCH] Correct a mistake --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 3766748..bfb4b8a 100644 --- a/scripts/install +++ b/scripts/install @@ -38,7 +38,7 @@ 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-ce +sudo apt-get install gitlab # Gitlab configuration sudo gitlab-ctl reconfigure