Fix incorrect hardware name
This commit is contained in:
parent
40e67c23e1
commit
3b5752f214
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue