diff --git a/windows/pre-install.ps1 b/windows/pre-install.ps1 deleted file mode 100644 index dc40fe4..0000000 --- a/windows/pre-install.ps1 +++ /dev/null @@ -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