From b2c0763f7f2196495380acd74ce0a012dcdb3aeb Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 4 Apr 2017 22:12:55 -0600 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe47342..708a9e9 100644 --- a/README.md +++ b/README.md @@ -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. ```sh -fetch -o - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/freebsd/pre-install.sh | sh -cd /usr/src/fusionpbx-install.sh/freebsd && ./install.sh +pkg install --yes git +cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git +cd /usr/src/fusionpbx-install.sh/freebsd/ +./install.sh ``` ### CentOS