diff --git a/Download_SophiApp.ps1 b/Download_SophiApp.ps1 index 64ff500c..a63404c4 100644 --- a/Download_SophiApp.ps1 +++ b/Download_SophiApp.ps1 @@ -3,10 +3,17 @@ Download the latest SophiApp version .EXAMPLE Download the latest SophiApp version - irm app.sophi.app | iex + iwr app.sophia.team | iex #> [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 +if ($Host.Version.Major -eq 5) +{ + # Progress bar can significantly impact cmdlet performance + # https://github.com/PowerShell/PowerShell/issues/2138 + $Script:ProgressPreference = "SilentlyContinue" +} + if ((Get-Location).Path -eq $env:USERPROFILE) { $DownloadsFolder = Get-ItemPropertyValue -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" -Name "{374DE290-123F-4565-9164-39C4925E467B}" diff --git a/README_cn-si.md b/README_cn-si.md index fdc2d632..ae311bb7 100644 --- a/README_cn-si.md +++ b/README_cn-si.md @@ -134,7 +134,7 @@ 在 PowerShell 里运行, (`不已管理员的身份`)下载最新的 SophiApp 压缩包 ```powershell -irm app.sophi.app -useb | iex +iwr app.sophia.team | iex ``` [WinGet](https://github.com/microsoft/winget-pkgs/tree/master/manifests/t/TeamSophia/SophiApp) diff --git a/README_de-de.md b/README_de-de.md index ed6180ac..bb89ba72 100644 --- a/README_de-de.md +++ b/README_de-de.md @@ -133,7 +133,7 @@ Um die aktuelle SophiApp-Version zu downloaden invoke (`Administrator ist keine Voraussetzung`) in PowerShell ```powershell -irm app.sophi.app -useb | iex +iwr app.sophia.team | iex ``` [WinGet](https://github.com/microsoft/winget-pkgs/tree/master/manifests/t/TeamSophia/SophiApp) diff --git a/README_it-it.md b/README_it-it.md index e11a183c..b1277a44 100644 --- a/README_it-it.md +++ b/README_it-it.md @@ -133,7 +133,7 @@ Download delll'ultima versione della SophiApp incollando (`anche senza i permessi di amministratore`) in PowerShell ```powershell -irm app.sophi.app -useb | iex +iwr app.sophia.team | iex ``` [Winget](https://github.com/microsoft/winget-pkgs/tree/master/manifests/t/TeamSophia/SophiApp) diff --git a/README_ru-ru.md b/README_ru-ru.md index 6775c9c8..c75038e3 100644 --- a/README_ru-ru.md +++ b/README_ru-ru.md @@ -134,7 +134,7 @@ Скачать архив с последней версией SophiApp, выполнив в PowerShell (`в том числе и не от имени администратора`) ```powershell -irm app.sophi.app -useb | iex +iwr app.sophia.team | iex ``` [WinGet](https://github.com/microsoft/winget-pkgs/tree/master/manifests/t/TeamSophia/SophiApp) diff --git a/README_tr-tr.md b/README_tr-tr.md index f4bfd1d2..28ed21f4 100644 --- a/README_tr-tr.md +++ b/README_tr-tr.md @@ -135,7 +135,7 @@ Powershell'de çalıştırarak (yönetici olarak da değil) son SophiApp arşivini indirin ```powershell -irm app.sophi.app -useb | iex +iwr app.sophia.team | iex ``` [WinGet](https://github.com/microsoft/winget-pkgs/tree/master/manifests/t/TeamSophia/SophiApp) diff --git a/README_uk-ua.md b/README_uk-ua.md index b83de45f..fc3df07c 100644 --- a/README_uk-ua.md +++ b/README_uk-ua.md @@ -133,7 +133,7 @@ Завантажити архів з останньою версією SophiApp, виконавши в PowerShell (`в тому числі і не від імені адміністратора`) ```powershell -irm app.sophi.app -useb | iex +iwr app.sophia.team | iex ``` [WinGet](https://github.com/microsoft/winget-pkgs/tree/master/manifests/t/TeamSophia/SophiApp)