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