Ensure the machine reboots the script during driver install

This commit is contained in:
Manuel Thalmann 2024-03-24 15:36:36 +01:00
parent 1b87ddfabb
commit 9240919995

View file

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