From 2ceed327f82a6220bbc7bf437c77d4a70169643c Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sun, 16 Jul 2023 13:47:12 +0200 Subject: [PATCH] Add missing parameter --- scripts/Windows/OS/Install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 999f4c03..ffefda98 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -12,7 +12,7 @@ function Invoke-WindowsInstallation([Context] $context) Update-WindowsInstallation $context; if (-not $context.Get("InitialConfiguration")) { - . "$PSScriptRoot/../Config/Explorer/Install.ps1"; + . "$PSScriptRoot/../Config/Explorer/Install.ps1" $context; $context.Set("InitialConfiguration", 1, "DWord"); }