Kaynağa Gözat

Update install-freeswitch.ps1 (#136)

update hard linked repo
Len 7 yıl önce
ebeveyn
işleme
8fe353a41a
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      windows/resources/install-freeswitch.ps1

+ 2 - 2
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
 	}    
-}
+}