Skip to content

Commit

Permalink
Updated short URL
Browse files Browse the repository at this point in the history
  • Loading branch information
farag2 committed Dec 9, 2023
1 parent d6640a3 commit 895115d
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
9 changes: 8 additions & 1 deletion Download_SophiApp.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
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
irm app.sophi.app -useb | iex
iwr app.sophia.team | 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 @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README_it-it.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion README_ru-ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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
irm app.sophi.app -useb | iex
iwr app.sophia.team | 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 @@ -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)
Expand Down

0 comments on commit 895115d

Please sign in to comment.