Skip to content

Commit

Permalink
Fixed Readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
farag2 committed Jan 17, 2024
1 parent 8b7458a commit 3b211a7
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Diff from v1.0.0.53
* 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.

```powershell
irm app.sophi.app | iex
iwr app.sophia.team -useb | iex
```

https://imgur.com/a/wCcs0Xi
Expand Down
2 changes: 1 addition & 1 deletion Download_SophiApp.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Download the latest SophiApp version
.EXAMPLE
iwr app.sophia.team | iex
iwr app.sophia.team -useb | iex
#>

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
Download the always latest SophiApp archive by invoking (`not as administrator too`) in PowerShell

```powershell
irm app.sophi.app -useb | iex
iwr app.sophia.team -useb | iex
```

[WinGet](https://github.com/microsoft/winget-pkgs/tree/master/manifests/t/TeamSophia/SophiApp)
Expand Down
2 changes: 1 addition & 1 deletion README_cn-si.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
在 PowerShell 里运行, (`不已管理员的身份`)下载最新的 SophiApp 压缩包

```powershell
iwr app.sophia.team | iex
iwr app.sophia.team -useb | iex
```

[WinGet](https://github.com/microsoft/winget-pkgs/tree/master/manifests/t/TeamSophia/SophiApp)
Expand Down
2 changes: 1 addition & 1 deletion README_de-de.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
Um die aktuelle SophiApp-Version zu downloaden invoke (`Administrator ist keine Voraussetzung`) in PowerShell

```powershell
iwr app.sophia.team | iex
iwr app.sophia.team -useb | iex
```

[WinGet](https://github.com/microsoft/winget-pkgs/tree/master/manifests/t/TeamSophia/SophiApp)
Expand Down
2 changes: 1 addition & 1 deletion README_it-it.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
Download delll'ultima versione della SophiApp incollando (`anche senza i permessi di amministratore`) in PowerShell

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

Expand Down
2 changes: 1 addition & 1 deletion README_ru-ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
Скачать архив с последней версией SophiApp, выполнив в PowerShell (`в том числе и не от имени администратора`)

```powershell
iwr app.sophia.team | iex
iwr app.sophia.team -useb | iex
```

[WinGet](https://github.com/microsoft/winget-pkgs/tree/master/manifests/t/TeamSophia/SophiApp)
Expand Down
2 changes: 1 addition & 1 deletion README_tr-tr.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
Powershell'de çalıştırarak (yönetici olarak da değil) son SophiApp arşivini indirin

```powershell
iwr app.sophia.team | iex
iwr app.sophia.team -useb | iex
```

[WinGet](https://github.com/microsoft/winget-pkgs/tree/master/manifests/t/TeamSophia/SophiApp)
Expand Down
2 changes: 1 addition & 1 deletion README_uk-ua.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
Завантажити архів з останньою версією SophiApp, виконавши в PowerShell (`в тому числі і не від імені адміністратора`)

```powershell
iwr app.sophia.team | iex
iwr app.sophia.team -useb | iex
```

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

0 comments on commit 3b211a7

Please sign in to comment.