From 8e922adbea0fbd6968e756cb9821ea996ca3c277 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Thu, 30 Apr 2020 23:51:48 -0500 Subject: [PATCH] change repsoitory --- quick_jibri_installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 762d67b..60420c3 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -138,10 +138,10 @@ read -n 1 -s -r -p "Press any key to continue..."$'\n' fi # Jitsi-Meet Repo echo "Add Jitsi key" -if [ "$JITSI_STBL_REPO" = "stable" ]; then +if [ "$JITSI_STBL_REPO" = "unstable" ]; then echo "Jitsi stable repository already installed" else - echo 'deb https://download.jitsi.org stable/' > /etc/apt/sources.list.d/jitsi-stable.list + echo 'deb https://download.jitsi.org unstable/' > /etc/apt/sources.list.d/jitsi-unstable.list wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | apt-key add - fi