Update pre-install.sh

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

View File

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