Install drivers in proper phase
This commit is contained in:
parent
a11646372a
commit
88c765b06e
|
@ -144,6 +144,7 @@ $null = New-Module {
|
|||
}
|
||||
}
|
||||
|
||||
if (-not $Action -or ($Action -eq ([InstallerAction]::Install))) {
|
||||
if (Get-Config "valhalla.hardware.amdCPU") {
|
||||
Install-ChocoPackage amd-ryzen-master;
|
||||
# ToDo: backup Ryzen energy saving plan
|
||||
|
@ -166,6 +167,7 @@ $null = New-Module {
|
|||
exit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (Get-Config "valhalla.hardware.eyeX") {
|
||||
. "$driverPath/Tobii EyeX/Manage.ps1" @arguments;
|
||||
|
|
Loading…
Reference in a new issue