From 25a6b2e0afac43b91edad25cc5905da408e6ed6d Mon Sep 17 00:00:00 2001 From: Ark74 Date: Tue, 5 May 2020 09:18:59 -0500 Subject: [PATCH] Fix comments --- quick_jibri_installer.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 7a957fd..9bc6f00 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -138,7 +138,7 @@ We suggest to use the next (LTS) release, for longer support and security reason read -n 1 -s -r -p "Press any key to continue..."$'\n' fi #Prosody repository -echo "Add Jitsi key" +echo "Add Prosody repo" if [ "$PROSODY_REPO" = "main" ]; then echo "Prosody repository already installed" else @@ -146,7 +146,7 @@ else wget -qO - https://prosody.im/files/prosody-debian-packages.key | apt-key add - fi # Jitsi-Meet Repo -echo "Add Jitsi key" +echo "Add Jitsi repo" if [ "$JITSI_UNSTBL_REPO" = "unstable" ]; then echo "Jitsi stable repository already installed" else @@ -251,7 +251,7 @@ echo '{ "CommandLineFlagSecurityWarningsEnabled": false }' > $GCMP_JSON echo ' ######################################################################## - Please Setup Your Instalation + Please Setup Your Installation ######################################################################## ' # MEET / JIBRI SETUP