From 3b5752f2141cc161ab17660f50cd82f1258c14b9 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 9 Aug 2024 00:03:45 +0200 Subject: [PATCH] Fix incorrect hardware name --- scripts/Windows/OS/Install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index a6efc7af..3ff44131 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -174,7 +174,7 @@ $null = New-Module { Remove-DesktopIcon "*Geforce*"; } - if (Get-Config "valhalla.hardware.corsairLighting") { + if (Get-Config "valhalla.hardware.corsairDevice") { Install-ChocoPackage icue; }