mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
[mod] prosody: add Prosody repository and key.
This commit is contained in:
parent
afec9bf661
commit
e377932c83
1 changed files with 5 additions and 1 deletions
|
@ -155,7 +155,7 @@ Your configuration files for :
|
||||||
- dovecot
|
- dovecot
|
||||||
- mysql
|
- mysql
|
||||||
- nginx
|
- nginx
|
||||||
- metronome
|
- prosody
|
||||||
will be overwritten !
|
will be overwritten !
|
||||||
|
|
||||||
Are you sure you want to proceed with the installation of Yunohost?
|
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
|
# Add YunoHost repository key to the keyring
|
||||||
wget -O- https://repo.yunohost.org/yunohost.asc -q | apt-key add -qq - > /dev/null
|
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() {
|
apt_update() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue