Dmitry Nefedov
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
5 deletions
-
Download_Sophia.ps1
|
|
@ -154,11 +154,7 @@ switch ((Get-CimInstance -ClassName Win32_OperatingSystem).BuildNumber) |
|
|
|
} |
|
|
|
Invoke-WebRequest @Parameters |
|
|
|
|
|
|
|
if (Test-Path -Path "$DownloadsFolder\Sophia.Script.zip") |
|
|
|
{ |
|
|
|
continue |
|
|
|
} |
|
|
|
else |
|
|
|
if (-not (Test-Path -Path "$DownloadsFolder\Sophia.Script.zip")) |
|
|
|
{ |
|
|
|
Write-Verbose -Message "Your Windows build is unsupported. Run Windows Update and try again." -Verbose |
|
|
|
|
|
|
|