Compare commits

..

No commits in common. "abdc848ce719c8264ec47c003549a00e71247515" and "a158aa570523775afb6522a48c399de13bb4eef2" have entirely different histories.

1 changed files with 1 additions and 7 deletions

View File

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