mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
Correct an error
This commit is contained in:
parent
55965de83e
commit
b7bd1176f4
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ sudo yunohost app checkurl "${domain}${path_url}" -a "$app" \
|
||||||
|
|
||||||
# Add gitlab repository
|
# Add gitlab repository
|
||||||
sudo apt-get install curl openssh-server ca-certificates postfix
|
sudo apt-get install curl openssh-server ca-certificates postfix
|
||||||
sudo wget https://packages.gitlab.com/gitlab/gitlab-ce/packages/ubuntu/xenial/gitlab-ce_9.2.5-ce.0_amd64.deb
|
sudo wget https://packages.gitlab.com/gitlab/gitlab-ce/packages/debian/jessie/gitlab-ce_9.2.5-ce.0_amd64.deb
|
||||||
sudo dpkg -i gitlab-ce_9.2.5-ce.0_amd64.deb
|
sudo dpkg -i gitlab-ce_9.2.5-ce.0_amd64.deb
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue