Back to unstable
This commit is contained in:
parent
96cfc5c40e
commit
109dc1a129
|
@ -311,7 +311,7 @@ function install_jitsi {
|
|||
fi
|
||||
|
||||
# add jitsi repo
|
||||
jitsi_deb_repo=binary # can also be 'unstable'
|
||||
jitsi_deb_repo=unstable
|
||||
apt-get -yq install wget debconf-utils
|
||||
echo "deb http://download.jitsi.org/nightly/deb ${jitsi_deb_repo}/" >> /etc/apt/sources.list
|
||||
wget -qO - https://download.jitsi.org/nightly/deb/${jitsi_deb_repo}/archive.key | apt-key add -
|
||||
|
|
Loading…
Reference in New Issue