Install Reihenfolge geändert.

This commit is contained in:
2022-12-07 18:30:42 +01:00
parent 93c15d96c4
commit eee2446fa2
2 changed files with 2 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ Es gibt eine Handvoll Software für die kein Winget Paket verfügbar ist. Die Gr
- [Battl.net Client](https://www.blizzard.com/de-de/apps/battle.net/desktop)
- [Filezilla Client](https://filezilla-project.org/index.php)
- [MySQL Workbench](https://www.mysql.com/products/workbench/)
- [MSI Afterburner](https://www.msi.com/Landing/afterburner/graphics-cards)
### Diverses
- Prüfen ob Installationsort einzelner Software angepasst werden soll.

View File

@@ -131,7 +131,7 @@ do {
}
} '5' {
Write-Host "Beginne mit dem Update aller Pakete..."
winget upgrade --all --accept-package-agreements --accept-source-agreements
winget upgrade --all
remove-item ~\Desktop* -include *.lnk
if (Get-Module -ListAvailable -Name PSWindowsUpdate) {
Write-Host "Installiere Windows Updates..."