Update install.ps1

This commit is contained in:
FusionPBX 2017-12-30 19:55:23 -07:00 committed by GitHub
parent 481e944c66
commit 2f13faa427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -98,9 +98,7 @@ Function Install-FreeSWITCH() {
$cpu = Get-CPU
Get-File "https://raw.github.com/sergey-mz/fusionpbx-install.sh/master/windows/resources/$cpu/mod_lua.dll"
Copy-Item ".\mod_lua.dll" -Destination $lua
}
}
}
}
Function Install-7zip() {