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:
commit
1bcd170a24
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ ynh_install_extra_repo () {
|
|||
else
|
||||
local key_ext=gpg
|
||||
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
|
||||
|
||||
# Update the list of package with the new repo
|
||||
|
|
Loading…
Add table
Reference in a new issue