Update 'Setup-Repo.sh'

This commit is contained in:
Bram Prieshof
2020-11-04 13:56:28 +01:00
parent 969f8cbcdc
commit 20d5a783db

View File

@@ -118,7 +118,7 @@ redis () {
}
jitsi () {
if [ "$osrel" = "deb10" ] ; then
if [ "$osrel" = "deb10" ] || [ "$osrel" = "ubu1804" ]; then
curl --retry 7 --retry-delay 5 -s https://download.jitsi.org/jitsi-key.gpg.key | apt-key add -
echo 'deb [trusted=yes] http://mirror.nxdi.nl/apt/jitsi/ stable/' >> /etc/apt/sources.list.d/jitsi-stable.list
else