From 3571e7b450662eaa8bd1ce5c4db46ca7c6408f38 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 3 Jan 2018 03:28:50 -0700 Subject: [PATCH] Delete pre-install.ps1 --- windows/pre-install.ps1 | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 windows/pre-install.ps1 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