From 8fe353a41a1114e65c52e4c3fc99f1fb2169e6c0 Mon Sep 17 00:00:00 2001 From: Len Date: Sat, 20 Jan 2018 19:06:02 -0500 Subject: [PATCH] Update install-freeswitch.ps1 (#136) update hard linked repo --- windows/resources/install-freeswitch.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}