Selaa lähdekoodia

Update README.md

FusionPBX 7 vuotta sitten
vanhempi
commit
e6d2dd1b70
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -8,7 +8,7 @@ A quick install guide for a FusionPBX install. It is recommended to start the in
 Debian 8 is the preferred operating system by the FreeSWITCH developers. It supports the latest video dependencies. If you want to do video mixing use Debian. Download Debian 8 Jessie from here https://cdimage.debian.org/cdimage/archive/
 Debian 8 is the preferred operating system by the FreeSWITCH developers. It supports the latest video dependencies. If you want to do video mixing use Debian. Download Debian 8 Jessie from here https://cdimage.debian.org/cdimage/archive/
 
 
 ```sh
 ```sh
-wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/debian/pre-install.sh | 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
 cd /usr/src/fusionpbx-install.sh/debian && ./install.sh
 ```
 ```
 ### Devuan
 ### Devuan
@@ -17,7 +17,7 @@ Version 1 is bassed on Jessie. So you will find the same packages available.
 Please note that the source installation and installation on ARM is not fully tested.
 Please note that the source installation and installation on ARM is not fully tested.
 
 
 ```sh
 ```sh
-wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/devuan/pre-install.sh | sh
+wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/devuan/pre-install.sh | sh;
 cd /usr/src/fusionpbx-install.sh/devuan && ./install.sh
 cd /usr/src/fusionpbx-install.sh/devuan && ./install.sh
 ```
 ```