浏览代码

Update README.md

FusionPBX 9 年之前
父节点
当前提交
0bc89c6ba2
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -4,8 +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.
 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
 ```bash
-apt-get update && apt-get upgrade
-apt-get install -y git
+apt-get update && apt-get upgrade && apt-get install -y git
 cd /usr/src
 cd /usr/src
 git clone https://github.com/fusionpbx/fusionpbx-install.sh.git
 git clone https://github.com/fusionpbx/fusionpbx-install.sh.git
 chmod 755 -R /usr/src/fusionpbx-install.sh
 chmod 755 -R /usr/src/fusionpbx-install.sh