Skip to content

Commit

Permalink
Code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
farag2 committed Nov 28, 2024
1 parent 0d7145c commit d18d221
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Download_Latest_Sophia.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
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
For example, 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 expand Sophia Script archive
.EXAMPLE
iwr sl.sophia.team -useb | iex
#>

Expand Down
2 changes: 1 addition & 1 deletion Download_Sophia.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Download and expand latest Sophia Script version, depending on what Windows or PowerShell versions are used to
.SYNOPSIS
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
For example, if you start script on Windows 11 via PowerShell 5.1 you will start downloading Sophia Script for Windows 11 PowerShell 5.1
.EXAMPLE
iwr script.sophia.team -useb | iex
Expand Down

0 comments on commit d18d221

Please sign in to comment.