From b0cc36559ce490152390235a63ce64a58ebcbd6e 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 3b006a0d..52900cf9 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -173,7 +173,7 @@ $null = New-Module { Remove-DesktopIcon "*Geforce*"; } - if (Get-Config "valhalla.hardware.corsairLighting") { + if (Get-Config "valhalla.hardware.corsairDevice") { Install-ChocoPackage icue; }