Nest installation functions in a module

This commit is contained in:
Manuel Thalmann 2024-08-01 19:02:12 +02:00
parent 5bb1a19a1f
commit 9b6cdd24e5

View file

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