Enter next stage after configuration

This commit is contained in:
Manuel Thalmann 2024-08-02 01:44:56 +02:00
parent 95f65458eb
commit e10a91094e

View file

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