From c0b0cc25561e482a92e1ea2ce97afddb6e51cc7a 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 7d3c11a2..b182b3fd 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -12,6 +12,8 @@ . "$PSScriptRoot/../Software/Firefox/Install.ps1"; $null = New-Module { + . "$PSScriptRoot/../Scripts/Config.ps1"; + <# .SYNOPSIS Finishes the installation of a running Windows machine.