mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
Update gitlab
This commit is contained in:
parent
937588dfd6
commit
a7822765b1
1 changed files with 3 additions and 2 deletions
|
@ -37,8 +37,9 @@ sudo yunohost app checkurl "${domain}${path_url}" -a "$app" \
|
|||
|
||||
# Add gitlab repository
|
||||
sudo apt-get install curl openssh-server ca-certificates postfix
|
||||
curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh
|
||||
sudo apt-get install gitlab
|
||||
wget https://packages.gitlab.com/gitlab/gitlab-ce/packages/ubuntu/xenial/gitlab-ce_9.2.5-ce.0_amd64.deb
|
||||
dpkg -i gitlab-ce_9.2.5-ce.0_amd64.deb
|
||||
|
||||
|
||||
# Gitlab configuration
|
||||
sudo gitlab-ctl reconfigure
|
||||
|
|
Loading…
Add table
Reference in a new issue