forked from switnet/quick-jibri-installer
Fix comments
This commit is contained in:
parent
176b82271d
commit
25a6b2e0af
|
@ -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'
|
read -n 1 -s -r -p "Press any key to continue..."$'\n'
|
||||||
fi
|
fi
|
||||||
#Prosody repository
|
#Prosody repository
|
||||||
echo "Add Jitsi key"
|
echo "Add Prosody repo"
|
||||||
if [ "$PROSODY_REPO" = "main" ]; then
|
if [ "$PROSODY_REPO" = "main" ]; then
|
||||||
echo "Prosody repository already installed"
|
echo "Prosody repository already installed"
|
||||||
else
|
else
|
||||||
|
@ -146,7 +146,7 @@ else
|
||||||
wget -qO - https://prosody.im/files/prosody-debian-packages.key | apt-key add -
|
wget -qO - https://prosody.im/files/prosody-debian-packages.key | apt-key add -
|
||||||
fi
|
fi
|
||||||
# Jitsi-Meet Repo
|
# Jitsi-Meet Repo
|
||||||
echo "Add Jitsi key"
|
echo "Add Jitsi repo"
|
||||||
if [ "$JITSI_UNSTBL_REPO" = "unstable" ]; then
|
if [ "$JITSI_UNSTBL_REPO" = "unstable" ]; then
|
||||||
echo "Jitsi stable repository already installed"
|
echo "Jitsi stable repository already installed"
|
||||||
else
|
else
|
||||||
|
@ -251,7 +251,7 @@ echo '{ "CommandLineFlagSecurityWarningsEnabled": false }' > $GCMP_JSON
|
||||||
|
|
||||||
echo '
|
echo '
|
||||||
########################################################################
|
########################################################################
|
||||||
Please Setup Your Instalation
|
Please Setup Your Installation
|
||||||
########################################################################
|
########################################################################
|
||||||
'
|
'
|
||||||
# MEET / JIBRI SETUP
|
# MEET / JIBRI SETUP
|
||||||
|
|
Loading…
Reference in New Issue