ソースを参照

doc: fix echo when running with sudo

master
Daniil Gentili 5年前
コミット
be2d20e20e
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      doc/quick-install.md

+ 1
- 1
doc/quick-install.md ファイルの表示

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

読み込み中…
キャンセル
保存