Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
farag2 committed Nov 28, 2024
1 parent dfca28b commit b378f4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion sophia_script_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Sophia_Script_Windows_10_PowerShell_7": "5.19.3",
"Sophia_Script_Windows_10_LTSC2019": "5.9.3",
"Sophia_Script_Windows_10_LTSC2021": "5.19.3",
"Sophia_Script_Windows_11_PowerShell_5_1": "6.7.23",
"Sophia_Script_Windows_11_PowerShell_5_1": "6.7.3",
"Sophia_Script_Windows_11_LTSC2024": "6.7.3",
"Sophia_Script_Windows_11_PowerShell_7": "6.7.3",
"Sophia_Script_Wrapper": "2.7.5"
Expand Down

0 comments on commit b378f4e

Please sign in to comment.