Nest installation functions in a module
This commit is contained in:
parent
5bb1a19a1f
commit
9b6cdd24e5
1 changed files with 176 additions and 174 deletions
|
@ -12,6 +12,7 @@
|
||||||
. "$PSScriptRoot/../Scripts/Update.ps1";
|
. "$PSScriptRoot/../Scripts/Update.ps1";
|
||||||
. "$PSScriptRoot/../Software/Firefox/Install.ps1";
|
. "$PSScriptRoot/../Software/Firefox/Install.ps1";
|
||||||
|
|
||||||
|
$null = New-Module {
|
||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Finishes the installation of a running Windows machine.
|
Finishes the installation of a running Windows machine.
|
||||||
|
@ -222,3 +223,4 @@ function Start-OldWindowsInstallationScript([Context] $context) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
};
|
||||||
|
|
Loading…
Reference in a new issue