From 2e03728d44c3e167393eb4b2bfafa3f042d94c32 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 1 Aug 2024 21:32:33 +0200 Subject: [PATCH] Import `SetupStage` enum into installation module --- scripts/Windows/OS/Install.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 3d307fac..d690e2de 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -11,6 +11,8 @@ . "$PSScriptRoot/User/Install.ps1"; $null = New-Module { + . "$PSScriptRoot/../Scripts/Config.ps1"; + <# .SYNOPSIS Finishes the installation of a running Windows machine.