diff --git a/Download_Sophia.ps1 b/Download_Sophia.ps1 index 2f628ea5..9ddcfa86 100644 --- a/Download_Sophia.ps1 +++ b/Download_Sophia.ps1 @@ -3,18 +3,13 @@ Download the latest Sophia Script version, depending on what Windows or PowerShell versions are used to .SYNOPSIS - Download the latest Sophia Script version, depending on what Windows or PowerShell versions are used to - - E.g., if you start script on Windows 11 via PowerShell 5.1 you will start downloading Sophia Script for Windows 11 PowerShell 5.1 - - E.g., if you start script on Windows 11 via PowerShell 5.1 you will start downloading Sophia Script for Windows 11 PowerShell 5.1 - .EXAMPLE Download and the Sophia Script archive + .EXAMPLE Download and expand Sophia Script archive irm script.sophi.app | iex - .EXAMPLE Download and expand the Wrapper archive + .EXAMPLE Download and expand Wrapper archive iex "& {$(irm script.sophi.app)} -Wrapper" .NOTES