From 345ced62d4480a67245b2587dfad0ae90582f8ef Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Sat, 10 Jun 2017 12:33:37 +0200 Subject: [PATCH] New installation method --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 0b230b7..c347d2e 100644 --- a/scripts/install +++ b/scripts/install @@ -38,6 +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 -s https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh +sudo apt-get update sudo apt-get install gitlab-ce