Update 'Setup-Repo.sh'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user