From e377932c83a2c5c7c2710914dae457465e46d886 Mon Sep 17 00:00:00 2001 From: Moul Date: Tue, 24 Oct 2017 21:54:51 +0200 Subject: [PATCH] =?UTF-8?q?[mod]=20prosody:=C2=A0add=20Prosody=20repositor?= =?UTF-8?q?y=20and=20key.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install_yunohost | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/install_yunohost b/install_yunohost index d439b40..3d045b5 100755 --- a/install_yunohost +++ b/install_yunohost @@ -155,7 +155,7 @@ Your configuration files for : - dovecot - mysql - nginx - - metronome + - prosody will be overwritten ! Are you sure you want to proceed with the installation of Yunohost? @@ -188,6 +188,10 @@ setup_package_source() { # Add YunoHost repository key to the keyring wget -O- https://repo.yunohost.org/yunohost.asc -q | apt-key add -qq - > /dev/null + + # Add Prosody repository source and key + echo "deb http://packages.prosody.im/debian jessie main" > "/etc/apt/sources.list.d/prosody.list" + wget -O- https://prosody.im/files/prosody-debian-packages.key | apt-key add -qq - > /dev/null } apt_update() {