Update pre-install.sh

This commit is contained in:
Scuzz12 2022-08-07 15:00:13 -04:00 committed by GitHub
parent 24da9b5225
commit ccf6adce5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ 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/Scuzz12/fusionpbx-install.sh.git cd /usr/src && git clone https://github.com/fusionpbx/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
Footer