Enter next stage after configuration

This commit is contained in:
Manuel Thalmann 2024-08-02 01:44:56 +02:00
parent cc2cbcaecb
commit 7f0e9df340

View file

@ -108,6 +108,8 @@ $null = New-Module {
Stop-Service $service;
}
}
Set-Stage ([SetupStage]::Install);
}
([SetupStage]::Install) {
Write-Host "Entering install phase";