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..."