소스 검색

Update README.md

FusionPBX 9 년 전
부모
커밋
2e56b56832
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      README.md

+ 1 - 0
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