Hold prosody package so that it doesn't update
This commit is contained in:
parent
cfd0175f4f
commit
9c1e131e4d
|
@ -1021,6 +1021,7 @@ function install_xmpp {
|
|||
if [ -d /etc/letsencrypt ]; then
|
||||
usermod -a -G ssl-cert prosody
|
||||
fi
|
||||
apt-mark -q hold prosody
|
||||
systemctl restart prosody
|
||||
|
||||
if [[ $ONION_ONLY != 'no' ]]; then
|
||||
|
|
Loading…
Reference in New Issue