Delete pre-install.ps1

This commit is contained in:
FusionPBX 2018-01-03 03:28:50 -07:00 committed by GitHub
parent 74abcb8196
commit 3571e7b450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
#get the install script
Set-Location "$env:PUBLIC\Downloads"
Invoke-WebRequest https://raw.github.com/fusionpbx/fusionpbx-install.sh/master/windows/install.ps1 -OutFile install.ps1
#run the script
.\install.ps1