From 2e56b5683283e999770b04fa2e5e9444191d1a2c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 5 May 2016 19:09:18 -0600 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e3705d..1e58ea4 100644 --- a/README.md +++ b/README.md @@ -4,6 +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 cd /usr/src git clone https://github.com/fusionpbx/fusionpbx-install.sh.git