Skip to content

Commit 4400ec8

Browse files
committed
Updated Readmes
1 parent 64a9b09 commit 4400ec8

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,10 @@ Thanks to @gtumanyan
282282

283283
```powershell
284284
# Download a PowerShell 5.1 version of Sophia Script by default
285-
choco install sophia --force -y
285+
choco install sophia --force --yes
286286
287287
# Download a PowerShell 7 version of Sophia Script
288-
choco install sophia --params "/PS7" --force -y
288+
choco install sophia --params "/PS7" --force --yes
289289
```
290290

291291
* Added `MeetNow` function for `Windows 10 x64 Enterprise LTSC 2021`

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,18 +166,18 @@ iwr sl.sophia.team -useb | iex
166166
Download and expand to Downloads folder latest `Sophia Script for Windows` version depending to your Windows version you use.
167167

168168
```powershell
169-
choco install sophia --force -y
169+
choco install sophia --version=7.1.4 --force --yes
170170
```
171171

172172
Download and expand to Downloads folder latest `Sophia Script for Windows` version for PowerShell 7 depending to your Windows version you use.
173173

174174
```powershell
175-
choco install sophia --params "/PS7" --force -y
175+
choco install sophia --version=7.1.4 --params "/PS7" --force --yes
176176
```
177177

178178
```powershell
179179
# Uninstall and then remove downloaded folder manually
180-
choco uninstall sophia --force -y
180+
choco uninstall sophia --force --yes
181181
```
182182

183183
### WinGet

README_de-de.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,18 +166,18 @@ iwr sl.sophia.team -useb | iex
166166
Laden Sie die neueste Version von `Sophia Script for Windows` entsprechend Ihrer Windows-Version herunter und entpacken Sie sie in den Ordner Downloads.
167167

168168
```powershell
169-
choco install sophia --force -y
169+
choco install sophia --version=7.1.4 --force --yes
170170
```
171171

172172
Laden Sie die neueste Version von `Sophia Script for Windows` für PowerShell 7 entsprechend Ihrer Windows-Version herunter und entpacken Sie sie in den Ordner Downloads.
173173

174174
```powershell
175-
choco install sophia --params "/PS7" --force -y
175+
choco install sophia --version=7.1.4 --params "/PS7" --force --yes
176176
```
177177

178178
```powershell
179179
# Deinstallieren Sie die Anwendung und löschen Sie anschließend den heruntergeladenen Ordner manuell
180-
choco uninstall sophia --force -y
180+
choco uninstall sophia --force --yes
181181
```
182182

183183
### WinGet

README_ru-ru.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,18 +169,18 @@ iwr sl.sophia.team -useb | iex
169169
Скачать и распаковать в папку Загрузки последнюю версию `Sophia Script for Windows` в зависимости от вашей версии Windows.
170170

171171
```powershell
172-
choco install sophia --force -y
172+
choco install sophia --version=7.1.4 --force --yes
173173
```
174174

175175
Скачать и распаковать в папку Загрузки последнюю версию `Sophia Script for Windows` для PowerShell 7 в зависимости от вашей версии Windows.
176176

177177
```powershell
178-
choco install sophia --params "/PS7" --force -y
178+
choco install sophia --version=7.1.4 --params "/PS7" --force --yes
179179
```
180180

181181
```powershell
182182
# Удалить, а затем удалить вручную скачанную папку
183-
choco uninstall sophia --force -y
183+
choco uninstall sophia --force --yes
184184
```
185185

186186
### WinGet

README_uk-ua.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,18 +168,18 @@ iwr sl.sophia.team -useb | iex
168168
Завантажте та розпакуйте в папку Завантаження останню версію `Sophia Script for Windows` залежно від вашої версії Windows.
169169

170170
```powershell
171-
choco install sophia --force -y
171+
choco install sophia --version=7.1.4 --force --yes
172172
```
173173

174174
Завантажте та розпакуйте в папку Завантаження останню версію `Sophia Script for Windows` для PowerShell 7 залежно від вашої версії Windows.
175175

176176
```powershell
177-
choco install sophia --params "/PS7" --force -y
177+
choco install sophia --version=7.1.4 --params "/PS7" --force --yes
178178
```
179179

180180
```powershell
181181
# Видалити, а потім видалити вручну завантажену папку
182-
choco uninstall sophia --force -y
182+
choco uninstall sophia --force --yes
183183
```
184184

185185
### WinGet

0 commit comments

Comments
 (0)