mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
Update installation method
This commit is contained in:
parent
345ced62d4
commit
c192007d0b
1 changed files with 4 additions and 1 deletions
|
@ -37,7 +37,10 @@ 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
|
||||
curl -L https://packages.gitlab.com/gitlab/gitlab-ce/gpgkey | sudo apt-key add -
|
||||
sudo apt-get update
|
||||
sudo apt-get install debian-archive-keyring
|
||||
sudo cat ../conf/gitlab-ce.list > /etc/apt/sources.list.d/gitlab-ce.list
|
||||
sudo apt-get update
|
||||
sudo apt-get install gitlab-ce
|
||||
|
||||
|
|
Loading…
Reference in a new issue