Update README.md
This commit is contained in:
parent
2fec091526
commit
b2c0763f7f
|
|
@ -17,8 +17,10 @@ cd /usr/src/fusionpbx-install.sh/debian && ./install.sh
|
||||||
FreeBSD is an operating system that has many great features like ZFS, HAST, CARP and more.
|
FreeBSD is an operating system that has many great features like ZFS, HAST, CARP and more.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
fetch -o - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/freebsd/pre-install.sh | sh
|
pkg install --yes git
|
||||||
cd /usr/src/fusionpbx-install.sh/freebsd && ./install.sh
|
cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git
|
||||||
|
cd /usr/src/fusionpbx-install.sh/freebsd/
|
||||||
|
./install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### CentOS
|
### CentOS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue