Nest installation functions in a module

This commit is contained in:
Manuel Thalmann 2024-08-01 19:02:12 +02:00
parent 9bcdd2fd9f
commit 06b314b1f5

View file

@ -11,6 +11,7 @@
. "$PSScriptRoot/Manage.ps1";
. "$PSScriptRoot/User/Install.ps1";
$null = New-Module {
<#
.SYNOPSIS
Finishes the installation of a running Windows machine.
@ -221,3 +222,4 @@ function Start-OldWindowsInstallationScript([Context] $context) {
}
}
}
};