Update install.ps1

This commit is contained in:
FusionPBX
2017-12-30 19:55:23 -07:00
committed by GitHub
parent 481e944c66
commit 2f13faa427

View File

@@ -101,8 +101,6 @@ Function Install-FreeSWITCH() {
} }
} }
}
Function Install-7zip() { Function Install-7zip() {
if (-not (Test-Path "c:\Program Files\7-Zip\7z.exe")) { if (-not (Test-Path "c:\Program Files\7-Zip\7z.exe")) {
Write-Host "Downloading and Installing 7-Zip" -ForegroundColor Cyan Write-Host "Downloading and Installing 7-Zip" -ForegroundColor Cyan