Text geändert

This commit is contained in:
Bernd Reuther 2020-04-29 07:37:53 +02:00
parent 91ecc715dc
commit 3d9b8d4402
1 changed files with 8 additions and 0 deletions

View File

@ -15,9 +15,17 @@ Wie auf der [Github Seite von Jitsi Meet](https://github.com/jitsi/jitsi-meet/bl
```
echo 'deb https://download.jitsi.org stable/' >> /etc/apt/sources.list.d/jitsi-stable.list
```
```
wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | sudo apt-key add -
```
```
apt-get install apt-transport-https
```
```
apt-get update
```
```
apt-get -y install jitsi-meet
```