From 1bbb40c41d8a6bab976c4437f451d1fa801a1752 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Mon, 16 May 2022 17:20:48 +0300 Subject: [PATCH] Update Download_Sophia.ps1 --- Download_Sophia.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Download_Sophia.ps1 b/Download_Sophia.ps1 index 9ddcfa86..261f8ca7 100644 --- a/Download_Sophia.ps1 +++ b/Download_Sophia.ps1 @@ -7,10 +7,10 @@ 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 expand Sophia Script archive - irm script.sophi.app | iex + irm script.sophi.app -useb | iex .EXAMPLE Download and expand Wrapper archive - iex "& {$(irm script.sophi.app)} -Wrapper" + iex "& {$(irm script.sophi.app -useb)} -Wrapper" .NOTES Current user