From 6ef601fa1e0784b5b18de4ab4cf94774aab544db Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sun, 16 Jul 2023 01:29:17 +0200 Subject: [PATCH] Install AMD Ryzen Master --- 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 52e105b2..33501d40 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 icue wavelink; + choco install -y amd-ryzen-master geforce-game-ready-driver icue wavelink; }