Skip to content

Commit

Permalink
Update Download_Sophia.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
farag2 authored Dec 13, 2023
1 parent dad2601 commit 3d8bb8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Download_Sophia.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ switch ((Get-CimInstance -ClassName Win32_OperatingSystem).BuildNumber)
}
else
{
Write-Verbose -Message "Windows version is not supported. Update your Windows" -Versbose
Write-Verbose -Message "Windows version is not supported. Update your Windows" -Verbose
}
}
"19044"
Expand All @@ -75,7 +75,7 @@ switch ((Get-CimInstance -ClassName Win32_OperatingSystem).BuildNumber)
}
else
{
Write-Verbose -Message "Windows version is not supported. Update your Windows" -Versbose
Write-Verbose -Message "Windows version is not supported. Update your Windows" -Verbose
}
}
"19045"
Expand Down

0 comments on commit 3d8bb8b

Please sign in to comment.