From 8640efd3c8dfbc567380d9e2dde626f5532709f2 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Mon, 30 Aug 2021 20:04:38 +0300 Subject: [PATCH] Update Download_Sophia.ps1 --- Download_Sophia.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Download_Sophia.ps1 b/Download_Sophia.ps1 index 26062735..fa444c57 100644 --- a/Download_Sophia.ps1 +++ b/Download_Sophia.ps1 @@ -4,7 +4,7 @@ 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 Sophia Script only - irm git.io/JE1pt -useb | iex + irm script.sophi.app -useb | iex .EXAMPLE Download Wrapper only iex "& {$(irm git.io/JE1pt -useb)} -Wrapper"