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

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