Browse Source

doc: fix echo when running with sudo

master
Daniil Gentili 5 years ago
parent
commit
be2d20e20e
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      doc/quick-install.md

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

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

Loading…
Cancel
Save