fixed typo

This commit is contained in:
Bram Prieshof
2020-11-04 15:15:09 +01:00
parent cd07592fc1
commit bfdc48670c

View File

@@ -129,7 +129,7 @@ jitsi () {
prosody () {
if [ "$osrel" = "deb10" ] || [ "$osrel" = "ubu1804" ]; then
curl --retry 7 --retry-delay 5 -s https://prosody.im/files/prosody-debian-packages.key | apt-key add -
echo "deb http://packages.prosody.im/debian "$dist_name" main" >> /etc/apt/sources.list.d/jitsi-stable.list
echo "deb http://packages.prosody.im/debian "$dist_name" main" >> /etc/apt/sources.list.d/prosody.list
else
echo "$repo repository not available for this Distro"
fi