1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab-runner_ynh.git synced 2024-09-03 19:15:58 +02:00

Merge pull request #1 from YunoHost-Apps/master

Fix the helper ynh_install_extra_repo
This commit is contained in:
Kayou 2019-03-31 18:14:41 +02:00 committed by GitHub
commit 1bcd170a24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -161,7 +161,7 @@ ynh_install_extra_repo () {
else else
local key_ext=gpg local key_ext=gpg
fi fi
wget -q "$key" -O - | gpg --dearmor | $wget_append /etc/apt/trusted.gpg.d/$name.$key_ext wget -q "$key" -O - | gpg --dearmor | $wget_append /etc/apt/trusted.gpg.d/$name.$key_ext > /dev/null
fi fi
# Update the list of package with the new repo # Update the list of package with the new repo