1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00

Correct a mistake

This commit is contained in:
Rafi59 2017-06-10 10:29:43 +02:00 committed by GitHub
parent 6bec4aadff
commit 937588dfd6

View file

@ -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