Reboot before creating users

This commit is contained in:
Manuel Thalmann 2024-09-12 19:04:48 +02:00
parent 4a264e38a7
commit cf09c54b87

View file

@ -134,6 +134,8 @@ $null = New-Module {
Write-Host "Entering install phase";
Deploy-SoftwareAction;
Set-SetupStage ([SetupStage]::CreateUser);
Restart-Intermediate;
return;
}
([SetupStage]::CreateUser) {
Install-ValhallaUsers;