Kaynağa Gözat

Fix powershell update script

causefx 7 yıl önce
ebeveyn
işleme
b608c6168a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      scripts/windows-update.bat

+ 1 - 1
scripts/windows-update.bat

@@ -58,7 +58,7 @@ ECHO #############################
 ECHO.
 ECHO.
 ECHO Download In Progress...
-powershell -command "$clnt = new-object System.Net.WebClient; $clnt.DownloadFile(\"%org_url%\", \"organizr.zip\")"
+powershell -command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $clnt = new-object System.Net.WebClient; $clnt.DownloadFile(\"%org_url%\", \"organizr.zip\")"
 ECHO.
 
 ECHO Extraction In Progress...