From d18d221e7135e0d12a86803cffc82125aa57755b Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Thu, 28 Nov 2024 14:40:28 +0300 Subject: [PATCH] Code refactoring --- Download_Latest_Sophia.ps1 | 5 ++--- Download_Sophia.ps1 | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Download_Latest_Sophia.ps1 b/Download_Latest_Sophia.ps1 index 991c85325..39e65200a 100644 --- a/Download_Latest_Sophia.ps1 +++ b/Download_Latest_Sophia.ps1 @@ -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 #> diff --git a/Download_Sophia.ps1 b/Download_Sophia.ps1 index c381fc4a6..f8a063c8d 100644 --- a/Download_Sophia.ps1 +++ b/Download_Sophia.ps1 @@ -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