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

correct error

This commit is contained in:
Rafi59 2017-06-10 10:36:46 +02:00 committed by GitHub
parent a7822765b1
commit 55965de83e

View file

@ -37,8 +37,8 @@ sudo yunohost app checkurl "${domain}${path_url}" -a "$app" \
# Add gitlab repository
sudo apt-get install curl openssh-server ca-certificates postfix
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
sudo wget https://packages.gitlab.com/gitlab/gitlab-ce/packages/ubuntu/xenial/gitlab-ce_9.2.5-ce.0_amd64.deb
sudo dpkg -i gitlab-ce_9.2.5-ce.0_amd64.deb
# Gitlab configuration