From 894afb08a1fb478625c3a8888acfb79c7a790b7b Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 17 Sep 2022 11:06:34 -0600 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3a36b6c149..5e495ae321 100644 --- a/readme.md +++ b/readme.md @@ -58,7 +58,7 @@ wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/maste cd /usr/src/fusionpbx-install.sh/centos && ./install.sh ``` -This install script is designed to be an fast, simple, and in a modular way to install FusionPBX. Start with a minimal install of Debian 10 with SSH enabled. Run the following commands under root. The script installs FusionPBX, FreeSWITCH release package and its dependencies, IPTables, Fail2ban, NGINX, PHP FPM and PostgreSQL. +This install script is designed to be an fast, simple, and in a modular way to install FusionPBX. Start with a minimal install with SSH enabled. Run the following commands under root. The script installs FusionPBX, FreeSWITCH release package and its dependencies, IPTables, Fail2ban, NGINX, PHP FPM and PostgreSQL. Some installations require special considerations. Visit https://github.com/fusionpbx/fusionpbx-install.sh readme section for more details.