Sfoglia il codice sorgente

doc: use sudo

master
Stefan 5 anni fa
parent
commit
a85c72d859
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      doc/quick-install.md

+ 1
- 1
doc/quick-install.md Vedi File

@@ -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

Loading…
Annulla
Salva