Enter next stage after configuration

This commit is contained in:
Manuel Thalmann 2024-08-02 01:44:56 +02:00
parent 8d6b1b8baf
commit 3a28990a98

View file

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