Jitsi: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=First install the Jitsi repository key onto your system= *wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | sudo apt-key add - =Create a sources.list.…“)
 
Zeile 1: Zeile 1:
 
=First install the Jitsi repository key onto your system=
 
=First install the Jitsi repository key onto your system=
*wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | sudo 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=
*sudo sh -c "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=
*sudo apt-get -y update
+
*apt-get -y update
 
=Install the full suite=
 
=Install the full suite=
*sudo apt-get -y install jitsi-meet
+
*apt-get -y install jitsi-meet
 
=Links=
 
=Links=
 
*https://jitsi.org/
 
*https://jitsi.org/

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