Browse Source

Update Download_Sophia.ps1

pull/252/head
Dmitry Nefedov 3 years ago
committed by GitHub
parent
commit
4ea5c91a65
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Download_Sophia.ps1

2
Download_Sophia.ps1

@ -11,6 +11,8 @@ switch ((Get-CimInstance -ClassName Win32_OperatingSystem).BuildNumber)
$Parameters = @{
Uri = "https://github.com/farag2/Sophia-Script-for-Windows/releases/download/$LatestRelease/Sophia.Script.LTSC.v$LatestStableVersion.zip"
OutFile = "$DownloadsFolder\Sophia.Script.zip"
UseBasicParsing = $true
Verbose = $true
}
}
{($_ -ge 19041) -and ($_ -le 19044)}

Loading…
Cancel
Save