소스 검색

Update quick_install.rst

FusionPBX 7 년 전
부모
커밋
a1e14a3a5e
1개의 변경된 파일2개의 추가작업 그리고 7개의 파일을 삭제
  1. 2 7
      source/getting_started/quick_install.rst

+ 2 - 7
source/getting_started/quick_install.rst

@@ -21,13 +21,8 @@ Paste the following commands in the console window **one line at a time**.
 
 ::
      
- apt-get update && apt-get upgrade -y --force-yes
- apt-get install -y --force-yes git
- cd /usr/src
- git clone https://github.com/fusionpbx/fusionpbx-install.sh.git
- chmod 755 -R /usr/src/fusionpbx-install.sh
- cd /usr/src/fusionpbx-install.sh/debian
- ./install.sh
+wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/debian/pre-install.sh | sh;
+cd /usr/src/fusionpbx-install.sh/debian && ./install.sh
      
 |