Forráskód Böngészése

Update quick_install.rst

FusionPBX 7 éve
szülő
commit
a1e14a3a5e
1 módosított fájl, 2 hozzáadás és 7 törlés
  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
      
 |