mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
New installation method
This commit is contained in:
parent
2dc8a1cdb8
commit
345ced62d4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue