Automatically determine the entrypoint during windows install
This commit is contained in:
parent
b1aa93d420
commit
bfad7f1228
2 changed files with 4 additions and 1 deletions
scripts/Windows/OS
|
@ -8,7 +8,6 @@
|
|||
|
||||
function Invoke-WindowsInstallation([Context] $context)
|
||||
{
|
||||
$context.EntryPoint = Get-Entrypoint;
|
||||
$configPath = "$PSScriptRoot/../Config";
|
||||
$softwarePath = "$PSScriptRoot/../Software";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue