Skip to content

Commit

Permalink
Fixed dowload script type
Browse files Browse the repository at this point in the history
  • Loading branch information
farag2 committed Nov 28, 2024
1 parent dfca28b commit c962599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Download_Sophia.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $Parameters = @{
Uri = "https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows/master/sophia_script_versions.json"
UseBasicParsing = $true
}
$JSONVersions = Invoke-WebRequest @Parameters
$JSONVersions = Invoke-RestMethod @Parameters

switch ((Get-CimInstance -ClassName Win32_OperatingSystem).BuildNumber)
{
Expand Down

0 comments on commit c962599

Please sign in to comment.