Skip to content

Commit 3b211a7

Browse files
committed
Fixed Readmes
1 parent 8b7458a commit 3b211a7

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Diff from v1.0.0.53
228228
* Added the ability to download the latest stable build of SophiApp via PowerShell. Just type the command below, and it will download SophiaApp.zip from GitHub to the Downloads folder, expand the archive, and remove it. Elevated privileges are not needed. The app won't be launched.
229229

230230
```powershell
231-
irm app.sophi.app | iex
231+
iwr app.sophia.team -useb | iex
232232
```
233233

234234
https://imgur.com/a/wCcs0Xi

Download_SophiApp.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Download the latest SophiApp version
44
55
.EXAMPLE
6-
iwr app.sophia.team | iex
6+
iwr app.sophia.team -useb | iex
77
#>
88

99
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
Download the always latest SophiApp archive by invoking (`not as administrator too`) in PowerShell
136136

137137
```powershell
138-
irm app.sophi.app -useb | iex
138+
iwr app.sophia.team -useb | iex
139139
```
140140

141141
[WinGet](https://github.com/microsoft/winget-pkgs/tree/master/manifests/t/TeamSophia/SophiApp)

README_cn-si.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
在 PowerShell 里运行, (`不已管理员的身份`)下载最新的 SophiApp 压缩包
135135

136136
```powershell
137-
iwr app.sophia.team | iex
137+
iwr app.sophia.team -useb | iex
138138
```
139139

140140
[WinGet](https://github.com/microsoft/winget-pkgs/tree/master/manifests/t/TeamSophia/SophiApp)

README_de-de.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
Um die aktuelle SophiApp-Version zu downloaden invoke (`Administrator ist keine Voraussetzung`) in PowerShell
138138

139139
```powershell
140-
iwr app.sophia.team | iex
140+
iwr app.sophia.team -useb | iex
141141
```
142142

143143
[WinGet](https://github.com/microsoft/winget-pkgs/tree/master/manifests/t/TeamSophia/SophiApp)

README_it-it.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
Download delll'ultima versione della SophiApp incollando (`anche senza i permessi di amministratore`) in PowerShell
138138

139139
```powershell
140-
iwr app.sophia.team | iex
140+
iwr app.sophia.team -useb | iex
141141
```
142142
[Winget](https://github.com/microsoft/winget-pkgs/tree/master/manifests/t/TeamSophia/SophiApp)
143143

README_ru-ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
Скачать архив с последней версией SophiApp, выполнив в PowerShell (`в том числе и не от имени администратора`)
138138

139139
```powershell
140-
iwr app.sophia.team | iex
140+
iwr app.sophia.team -useb | iex
141141
```
142142

143143
[WinGet](https://github.com/microsoft/winget-pkgs/tree/master/manifests/t/TeamSophia/SophiApp)

README_tr-tr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
Powershell'de çalıştırarak (yönetici olarak da değil) son SophiApp arşivini indirin
136136

137137
```powershell
138-
iwr app.sophia.team | iex
138+
iwr app.sophia.team -useb | iex
139139
```
140140

141141
[WinGet](https://github.com/microsoft/winget-pkgs/tree/master/manifests/t/TeamSophia/SophiApp)

README_uk-ua.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
Завантажити архів з останньою версією SophiApp, виконавши в PowerShell (`в тому числі і не від імені адміністратора`)
139139

140140
```powershell
141-
iwr app.sophia.team | iex
141+
iwr app.sophia.team -useb | iex
142142
```
143143

144144
[WinGet](https://github.com/microsoft/winget-pkgs/tree/master/manifests/t/TeamSophia/SophiApp)

0 commit comments

Comments
 (0)