update repository url for internal development

This commit is contained in:
2026-04-04 07:03:13 -04:00
parent 74c0616ab3
commit af3a9b2d16
6 changed files with 10 additions and 10 deletions

View File

@@ -9,13 +9,13 @@ A quick install guide & scripts for installing FusionPBX. It is recommended to s
Debian is the preferred operating system by the FreeSWITCH developers. It supports the latest video dependencies and should be used if you want to do video mixing. Download Debian at https://cdimage.debian.org/cdimage/release/current/ Debian is the preferred operating system by the FreeSWITCH developers. It supports the latest video dependencies and should be used if you want to do video mixing. Download Debian at https://cdimage.debian.org/cdimage/release/current/
```sh ```sh
wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/debian/pre-install.sh | sh; wget -O - https://git.nsinnovations.net/nsinnovations/fusionpbx-install.sh/raw/branch/installer/debian/pre-install.sh | sh;
cd /usr/src/fusionpbx-install.sh/debian && ./install.sh cd /usr/src/fusionpbx-install.sh/debian && ./install.sh
``` ```
### Ubuntu and Raspberry OS ### Ubuntu and Raspberry OS
```sh ```sh
wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/ubuntu/pre-install.sh | sh; wget -O - https://git.nsinnovations.net/nsinnovations/fusionpbx-install.sh/raw/branch/installer/ubuntu/pre-install.sh | sh;
cd /usr/src/fusionpbx-install.sh/ubuntu && ./install.sh cd /usr/src/fusionpbx-install.sh/ubuntu && ./install.sh
``` ```
@@ -25,7 +25,7 @@ Devuan ASCII is based on Stretch, so you will find most of the same packages ava
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://git.nsinnovations.net/nsinnovations/fusionpbx-install.sh/raw/branch/installer/devuan/pre-install.sh | sh;
cd /usr/src/fusionpbx-install.sh/devuan && ./install.sh cd /usr/src/fusionpbx-install.sh/devuan && ./install.sh
``` ```
@@ -34,7 +34,7 @@ FreeBSD is an operating system that has many great features like ZFS, HAST, CARP
```sh ```sh
pkg install --yes git pkg install --yes git
cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git cd /usr/src && git clone https://git.nsinnovations.net/nsinnovations/fusionpbx-install.sh.git
cd /usr/src/fusionpbx-install.sh/freebsd/ cd /usr/src/fusionpbx-install.sh/freebsd/
./install.sh ./install.sh
``` ```
@@ -43,7 +43,7 @@ cd /usr/src/fusionpbx-install.sh/freebsd/
CentOS operating system is a requirement for some companies. Don't expect video mixing to work. It will likely be a year or more for video mixing dependencies to be updated enough to work in CentOS. CentOS operating system is a requirement for some companies. Don't expect video mixing to work. It will likely be a year or more for video mixing dependencies to be updated enough to work in CentOS.
```sh ```sh
wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/centos/pre-install.sh | sh wget -O - https://git.nsinnovations.net/nsinnovations/fusionpbx-install.sh/raw/branch/installer/centos/pre-install.sh | sh
cd /usr/src/fusionpbx-install.sh/centos && ./install.sh cd /usr/src/fusionpbx-install.sh/centos && ./install.sh
``` ```

View File

@@ -4,7 +4,7 @@
yum -y install git yum -y install git
#get the install script #get the install script
cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git cd /usr/src && git clone https://git.nsinnovations.net/nsinnovations/fusionpbx-install.sh.git
#change the working directory #change the working directory
cd /usr/src/fusionpbx-install.sh/centos cd /usr/src/fusionpbx-install.sh/centos

View File

@@ -10,7 +10,7 @@ apt-get update && apt-get upgrade -y
apt-get install -y git lsb-release apt-get install -y git lsb-release
#get the install script #get the install script
cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git cd /usr/src && git clone https://git.nsinnovations.net/nsinnovations/fusionpbx-install.sh.git
#change the working directory #change the working directory
cd /usr/src/fusionpbx-install.sh/debian cd /usr/src/fusionpbx-install.sh/debian

View File

@@ -7,7 +7,7 @@ apt-get -q update && apt-get upgrade -y
apt-get install -y git apt-get install -y git
#get the install script #get the install script
cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git cd /usr/src && git clone https://git.nsinnovations.net/nsinnovations/fusionpbx-install.sh.git
#change the working directory #change the working directory
cd /usr/src/fusionpbx-install.sh/devuan cd /usr/src/fusionpbx-install.sh/devuan

View File

@@ -4,7 +4,7 @@
pkg install --yes git pkg install --yes git
#get the install script #get the install script
cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git cd /usr/src && git clone https://git.nsinnovations.net/nsinnovations/fusionpbx-install.sh.git
#change the working directory #change the working directory
cd /usr/src/fusionpbx-install.sh/freebsd/ cd /usr/src/fusionpbx-install.sh/freebsd/

View File

@@ -10,7 +10,7 @@ apt-get update && apt-get upgrade -y
apt-get install -y git lsb-release apt-get install -y git lsb-release
#get the install script #get the install script
cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git cd /usr/src && git clone https://git.nsinnovations.net/nsinnovations/fusionpbx-install.sh.git
#change the working directory #change the working directory
cd /usr/src/fusionpbx-install.sh/ubuntu cd /usr/src/fusionpbx-install.sh/ubuntu