Ensure the machine reboots the script during driver install
This commit is contained in:
parent
1b87ddfabb
commit
9240919995
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ function Install-PortValhallaDrivers {
|
|||
|
||||
$driverPath = "$PSScriptRoot/../../../scripts/Windows/Drivers";
|
||||
$mbDriverPath = "$driverPath/ROG Zenith Extreme Alpha";
|
||||
$context.RegisterReboot();
|
||||
|
||||
. "$mbDriverPath/MarvellEthernet/Install.ps1" $context;
|
||||
. "$mbDriverPath/IntelWiFi/Install.ps1" $context;
|
||||
|
|
Loading…
Reference in a new issue