From da3232a36ee5ab00f7297dd59199b13d4dfd2905 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 15 Jul 2023 21:39:25 +0200 Subject: [PATCH] Install further device drivers --- profiles/DerGeret/Windows/Drivers.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/DerGeret/Windows/Drivers.ps1 b/profiles/DerGeret/Windows/Drivers.ps1 index 552f0531..52e105b2 100644 --- a/profiles/DerGeret/Windows/Drivers.ps1 +++ b/profiles/DerGeret/Windows/Drivers.ps1 @@ -17,5 +17,5 @@ function Install-PortValhallaDrivers { . "$driverPath/AMDThreadRipper2950X/Install.ps1" $context; . "$driverPath/TobiiEyeX/Install.ps1" $context; - choco install -y geforce-game-ready-driver; + choco install -y geforce-game-ready-driver icue wavelink; }