From 17966b81f8caa7e87a3477b6ec6c8a6f62b061f4 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Tue, 23 Jan 2024 00:54:47 -0600 Subject: [PATCH] make sure to update repo before install. --- quick_jibri_installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 5940dfe..af19f15 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -432,6 +432,7 @@ if [ "$LE_SSL" = "yes" ]; then fi echo "jitsi-meet-web-config jitsi-meet/jaas-choice boolean false" \ | debconf-set-selections +apt-get update -qy2 apt-get -y install \ jitsi-meet \ jibri \