Parcourir la source

doc: use sudo

j8
Stefan il y a 5 ans
Parent
révision
a85c72d859
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      doc/quick-install.md

+ 1
- 1
doc/quick-install.md Voir le fichier

@@ -23,7 +23,7 @@ Finally on the same machine test that you can ping the FQDN with: `ping "$(hostn
23 23
 ### Add the Jitsi package repository
24 24
 ```sh
25 25
 echo 'deb https://download.jitsi.org stable/' >> /etc/apt/sources.list.d/jitsi-stable.list
26
-wget -qO -  https://download.jitsi.org/jitsi-key.gpg.key | apt-key add -
26
+wget -qO -  https://download.jitsi.org/jitsi-key.gpg.key | sudo apt-key add -
27 27
 ```
28 28
 
29 29
 ### Install Jitsi Meet

Chargement…
Annuler
Enregistrer