diff --git a/windows/resources/install-freeswitch.ps1 b/windows/resources/install-freeswitch.ps1 index 5536920..9c83d40 100644 --- a/windows/resources/install-freeswitch.ps1 +++ b/windows/resources/install-freeswitch.ps1 @@ -45,7 +45,7 @@ Function Install-FreeSWITCH() { #mod_lua.dll is missing from recent windows builds $lua = "C:\Program Files\FreeSWITCH\mod\mod_lua.dll" if ( -not (Test-Path $lua) ) { - Get-File "https://raw.github.com/sergey-mz/fusionpbx-install.sh/master/windows/resources/$cpu/mod_lua.dll" + Get-File "https://github.com/fusionpbx/fusionpbx-install.sh/raw/master/windows/resources/$cpu/mod_lua.dll" Copy-Item ".\mod_lua.dll" -Destination $lua } -} \ No newline at end of file +}