quick_jibri_installer.sh: update and fix for newer release (2025) #118

Open
Ark74 wants to merge 20 commits from Ark74/quick-jibri-installer:fix_jitsi_2025 into master
1 changed files with 5 additions and 3 deletions
Showing only changes of commit 22957eddf4 - Show all commits

View File

@ -68,8 +68,9 @@ rename_distro() {
fi
}
#Trisquel distro upstream referencing.
rename_distro nabia focal
rename_distro aramo jammy
rename_distro nabia focal
rename_distro aramo jammy
rename_distro ecne noble
install_ifnot() {
if [ "$(dpkg-query -W -f='${Status}' "$1" 2>/dev/null | grep -c "ok installed")" == "1" ]; then
@ -189,7 +190,8 @@ fi
printf "\nOS: %s" "$(lsb_release -sd)"
if [ "$DIST" = "focal" ] || \
[ "$DIST" = "jammy" ]; then
[ "$DIST" = "jammy" ] || \
[ "$DIST" = "noble" ]; then
printf "\nGood, this is a supported platform!"
else
printf "\nSorry, this platform is not supported... exiting"