1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mastodon_ynh.git synced 2024-09-03 19:46:02 +02:00

Fix bug generated by ynh_install_extra_repo

This commit is contained in:
yalh76 2019-03-31 18:02:01 +02:00
parent 0efc6dc766
commit d9c52a27d2

View file

@ -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