From 2aadf1e61860ccb036bd850c5b95b8cd83b1e330 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Fri, 27 Aug 2021 23:56:48 +0300 Subject: [PATCH] Update Download_Sophia.ps1 --- Download_Sophia.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Download_Sophia.ps1 b/Download_Sophia.ps1 index d3cfa54d..ecfcd898 100644 --- a/Download_Sophia.ps1 +++ b/Download_Sophia.ps1 @@ -25,7 +25,7 @@ switch ((Get-CimInstance -ClassName Win32_OperatingSystem).BuildNumber) { $LatestStableVersion = (Invoke-RestMethod -Uri "https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows/master/sophia_script_versions.json" -UseBasicParsing).Sophia_Script_Windows_11_PowerShell_5_1 $Parameters = @{ - Uri = "https://github.com/farag2/Sophia-Script-for-Windows/releases/download/$LatestRelease/Sophia.Script.v$LatestStableVersion.zip" + Uri = "https://github.com/farag2/Sophia-Script-for-Windows/releases/download/$LatestRelease/Sophia.Script.Windows.11.v$LatestStableVersion.zip" OutFile = "$DownloadsFolder\Sophia.Script.zip" } }