Add missing parameter
This commit is contained in:
parent
c76971ef74
commit
2ceed327f8
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ function Invoke-WindowsInstallation([Context] $context)
|
||||||
Update-WindowsInstallation $context;
|
Update-WindowsInstallation $context;
|
||||||
|
|
||||||
if (-not $context.Get("InitialConfiguration")) {
|
if (-not $context.Get("InitialConfiguration")) {
|
||||||
. "$PSScriptRoot/../Config/Explorer/Install.ps1";
|
. "$PSScriptRoot/../Config/Explorer/Install.ps1" $context;
|
||||||
$context.Set("InitialConfiguration", 1, "DWord");
|
$context.Set("InitialConfiguration", 1, "DWord");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue