Nest installation functions in a module
This commit is contained in:
parent
5bb1a19a1f
commit
9b6cdd24e5
|
@ -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) {
|
|||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue