From a85c72d85967dea7fc79aba08db59b8855ca140d Mon Sep 17 00:00:00 2001 From: Stefan Date: Wed, 1 Apr 2020 22:57:08 +0200 Subject: [PATCH] doc: use sudo --- doc/quick-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/quick-install.md b/doc/quick-install.md index e1cca4417..e751bd9fd 100644 --- a/doc/quick-install.md +++ b/doc/quick-install.md @@ -23,7 +23,7 @@ Finally on the same machine test that you can ping the FQDN with: `ping "$(hostn ### Add the Jitsi package repository ```sh echo 'deb https://download.jitsi.org stable/' >> /etc/apt/sources.list.d/jitsi-stable.list -wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | apt-key add - +wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | sudo apt-key add - ``` ### Install Jitsi Meet