doc: fix echo when running with sudo
This commit is contained in:
parent
fd11c36bc3
commit
be2d20e20e
|
@ -22,7 +22,7 @@ Finally on the same machine test that you can ping the FQDN with: `ping "$(hostn
|
||||||
|
|
||||||
### Add the Jitsi package repository
|
### Add the Jitsi package repository
|
||||||
```sh
|
```sh
|
||||||
echo 'deb https://download.jitsi.org stable/' >> /etc/apt/sources.list.d/jitsi-stable.list
|
echo 'deb https://download.jitsi.org stable/' | sudo tee /etc/apt/sources.list.d/jitsi-stable.list
|
||||||
wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | sudo apt-key add -
|
wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | sudo apt-key add -
|
||||||
```
|
```
|
||||||
### Open ports in your firewall
|
### Open ports in your firewall
|
||||||
|
|
Loading…
Reference in New Issue