change repsoitory

This commit is contained in:
Luis Guzmán 2020-04-30 23:51:48 -05:00
parent b5236c5b04
commit 8e922adbea
1 changed files with 2 additions and 2 deletions

View File

@ -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