Import SetupStage enum into installation module

This commit is contained in:
Manuel Thalmann 2024-08-01 21:32:33 +02:00
parent ea94c6fa10
commit 775e88ad82

View file

@ -11,6 +11,8 @@
. "$PSScriptRoot/User/Install.ps1"; . "$PSScriptRoot/User/Install.ps1";
$null = New-Module { $null = New-Module {
. "$PSScriptRoot/../Scripts/Config.ps1";
<# <#
.SYNOPSIS .SYNOPSIS
Finishes the installation of a running Windows machine. Finishes the installation of a running Windows machine.