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
12ed6b9e82
commit
298fdc7105
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ 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
|
||||||
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash
|
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh
|
||||||
|
sudo bash
|
||||||
sudo apt-get install gitlab-ce
|
sudo apt-get install gitlab-ce
|
||||||
|
|
||||||
# Gitlab configuration
|
# Gitlab configuration
|
||||||
|
|
Loading…
Reference in a new issue