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; }