Fix bug generated by ynh_install_extra_repo
This commit is contained in:
parent
0efc6dc766
commit
d9c52a27d2
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,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…
Reference in a new issue