Fix incorrect hardware name
This commit is contained in:
parent
40e67c23e1
commit
3b5752f214
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ $null = New-Module {
|
||||||
Remove-DesktopIcon "*Geforce*";
|
Remove-DesktopIcon "*Geforce*";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Get-Config "valhalla.hardware.corsairLighting") {
|
if (Get-Config "valhalla.hardware.corsairDevice") {
|
||||||
Install-ChocoPackage icue;
|
Install-ChocoPackage icue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue