From 55ba435699a7d7977e8d0cb7504b7b4656633b96 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 22 Jun 2023 17:53:12 +0200 Subject: [PATCH] Add missing import --- scripts/Windows/OS/Install.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 9cc5a150..23353544 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -1,5 +1,6 @@ . "$PSScriptRoot/Manage.ps1"; . "$PSScriptRoot/Upgrade.ps1"; +. "$PSScriptRoot/../Scripts/Context.ps1"; function Invoke-WindowsInstallation([Context] $context) {