fusionpbx-install.sh/windows/pre-install.ps1

6 lines
211 B
PowerShell

#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