Install further device drivers

This commit is contained in:
Manuel Thalmann 2023-07-15 21:39:25 +02:00
parent c8f375740a
commit 86fed2bbba

View file

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