Automatically determine the entrypoint during windows install

This commit is contained in:
Manuel Thalmann 2024-03-21 16:07:29 +01:00
parent b1aa93d420
commit bfad7f1228
2 changed files with 4 additions and 1 deletions
scripts/Windows/OS

View file

@ -8,7 +8,6 @@
function Invoke-WindowsInstallation([Context] $context)
{
$context.EntryPoint = Get-Entrypoint;
$configPath = "$PSScriptRoot/../Config";
$softwarePath = "$PSScriptRoot/../Software";