From 6c5482fb9dca3eb73e4ca627a89a68d7103ab162 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Wed, 11 Apr 2018 09:42:27 +0100 Subject: [PATCH] Update quick-install.md (#2657) Add potential additional package to install, tested on fresh Debian 9 installation. --- doc/quick-install.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/quick-install.md b/doc/quick-install.md index 69a8767fd..39fd667c1 100644 --- a/doc/quick-install.md +++ b/doc/quick-install.md @@ -20,6 +20,14 @@ wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | apt-key add - apt-get update ``` +(If you get an error: +E: The method driver /usr/lib/apt/methods/https could not be found. +run: +```sh +apt-get install apt-transport-https +``` +) + ### Install Jitsi Meet Note : Something to consider before installation is how you're planning to serve Jitsi Meet. The installer will check if Nginx or Apache is present (with this order) and configure a virtualhost within the web server it finds to serve Jitsi Meet. If none of the above is found it then configures itself to be served via jetty. So if for example you are planning on deploying Jitsi Meet with a web server, you have to make sure to install the server **before** installing jitsi-meet.