Update 'Setup-Repo.sh'
This commit is contained in:
@@ -118,7 +118,7 @@ redis () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
jitsi () {
|
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 -
|
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
|
echo 'deb [trusted=yes] http://mirror.nxdi.nl/apt/jitsi/ stable/' >> /etc/apt/sources.list.d/jitsi-stable.list
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user