Add missing setup stage

This commit is contained in:
Manuel Thalmann 2024-08-09 03:02:25 +02:00
parent de7ac289fb
commit e55e6a5a5a

View file

@ -7,6 +7,7 @@ enum SetupStage {
Configure Configure
Install Install
CreateUser CreateUser
ConfigureUser
} }
$null = New-Module { $null = New-Module {