Jitsi: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 2: Zeile 2:
 
*wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | apt-key add -
 
*wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | apt-key add -
 
=Create a sources.list.d file with the repository=
 
=Create a sources.list.d file with the repository=
*echo 'deb https://download.jitsi.org stable/' > /etc/apt/sources.list.d/jitsi-stable.list
+
*echo deb https://download.jitsi.org stable/ > /etc/apt/sources.list.d/jitsi-stable.list
 +
 
 
=Update your package list=
 
=Update your package list=
 
*apt-get -y update
 
*apt-get -y update

Version vom 16. März 2020, 17:48 Uhr

First install the Jitsi repository key onto your system

Create a sources.list.d file with the repository

Update your package list

  • apt-get -y update

Install the full suite

  • apt-get -y install jitsi-meet

Links