From 2c35d8ea0ac46345c8deb112f514e330149dc2d1 Mon Sep 17 00:00:00 2001 From: DigiDaz Date: Tue, 7 Jun 2016 01:49:41 +0100 Subject: [PATCH] Install ca-certificates (#14) Install ca-certificates just in case this is a very bare debian install as git will fail without it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2782ac..daa0bba 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ fusionpbx-install.sh This install script that has been designed to be an fast, simple, and modular way to to install FusionPBX. Start with a minimal install of Debian 8 with SSH enabled. Run the following commands under root. It installs FusionPBX, FreeSWITCH release package and its dependencies, IPTables, Fail2ban, NGINX, PHP FPM, and PostgresQL. ```bash -apt-get update && apt-get upgrade && apt-get install -y git +apt-get update && apt-get upgrade && apt-get install -y ca-certificates git cd /usr/src git clone https://github.com/fusionpbx/fusionpbx-install.sh.git chmod 755 -R /usr/src/fusionpbx-install.sh