Merge pull request 'quick_jibri_installer.sh: set default prosody for 24.04 or 22.04' (#122) from Ark74/quick-jibri-installer:set_p_12b into master

Reviewed-on: #122
This commit is contained in:
Luis Guzmán 2025-07-21 06:48:25 +00:00
commit 9a2a85e211
1 changed files with 7 additions and 2 deletions

View File

@ -303,7 +303,12 @@ do
done
sleep .1
#Prosody repository
add_prosody_repo
if [ "$DIST" = "jammy" ]; then
add_prosody_repo
prosody="prosody-0.12"
else
prosody='prosody'
fi
sleep .1
# Jitsi-Meet Repo
printf "\nAdd Jitsi repo\n"
@ -432,7 +437,7 @@ echo "jitsi-meet-web-config jitsi-meet/jaas-choice boolean false" \
apt-get -y install \
jitsi-meet \
jibri \
lua5.4 \
$prosody \
openjdk-11-jre-headless
# Fix RAND_load_file error