pre-install.ps1 211 B

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