From eee2446fa25130630306b09134bf226b0122fec6 Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 7 Dec 2022 18:30:42 +0100 Subject: [PATCH] =?UTF-8?q?Install=20Reihenfolge=20ge=C3=A4ndert.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + install.ps1 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 968cbd1..24441dc 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/install.ps1 b/install.ps1 index 35a9872..266bb3b 100644 --- a/install.ps1 +++ b/install.ps1 @@ -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..."