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

Fix the helper ynh_install_extra_repo

This commit is contained in:
Kayou 2019-03-31 17:55:15 +02:00
parent 9f01493197
commit c4ac903897
No known key found for this signature in database
GPG key ID: 823A2CBE071D3126

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