mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
Create install
This commit is contained in:
parent
8d42dd8da3
commit
db0b6a2a0c
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ sudo yunohost app checkurl "${domain}${path_url}" -a "$app" \
|
|||
#sudo cp -a ../sources/. $src_path
|
||||
|
||||
# Add gitlab repository
|
||||
sudo apt-get install curl openssh-server ca-certificates postfix
|
||||
sudo apt-get install curl openssh-server ca-certificates postfix apt-transport-https
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue