add JMS support for Ubuntu 18.04, add prosody repo

This commit is contained in:
2020-11-04 15:18:37 +01:00
parent 045595eb5b
commit 8e3f128075
4 changed files with 8 additions and 1 deletions

View File

@@ -18,6 +18,11 @@ if [[ "${dist}" == *"debian"* ]] && [[ "${dist_ver}" == *"10"* ]]; then
PKGI="${PKGM} install -y --no-install-recommends"
PKGLIST="apt"
shortdist=deb10
elif [[ "${dist}" == *"ubuntu"* ]] && [[ "${dist_ver}" == *"18.04"* ]]; then
PKGM="$APTMODE"
PKGI="${PKGM} install -y --no-install-recommends"
PKGLIST="apt"
shortdist=ubu1804
else
echo "This os in not supported"
exit