This commit is contained in:
Manuel Thalmann 2023-07-16 01:35:51 +02:00
parent a4e92dc1ad
commit a5bcee666e

View file

@ -14,7 +14,7 @@ function Install-PortValhallaDrivers {
. "$mbDriverPath/AMDChipsetX399/Install.ps1" $context; . "$mbDriverPath/AMDChipsetX399/Install.ps1" $context;
. "$mbDriverPath/IntelBluetooth/Install.ps1" $context; . "$mbDriverPath/IntelBluetooth/Install.ps1" $context;
. "$driverPath/AMDChipsetX399/Install.ps1" $context; . "$driverPath/AMDChipsetX399/Install.ps1" $context;
. "$driverPath/TobiiEyeX/Install.ps1" $context; . "$driverPath/Tobii EyeX/Install.ps1" $context;
choco install -y amd-ryzen-master geforce-game-ready-driver icue wavelink; choco install -y amd-ryzen-master geforce-game-ready-driver icue wavelink;
} }