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

Update install

This commit is contained in:
Rafi59 2017-06-10 13:07:56 +02:00 committed by GitHub
parent 7649cde7ee
commit 8d42dd8da3

View file

@ -40,7 +40,7 @@ sudo apt-get install curl openssh-server ca-certificates postfix
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 cp ../conf/gitlab-ce.list /etc/apt/sources.list.d/gitlab-ce.list
sudo apt-get update
sudo apt-get install gitlab-ce