From 28215029fca6098dcef0e72484a1d5450f82b2ee Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 2 Aug 2024 01:44:56 +0200 Subject: [PATCH] Enter next stage after configuration --- scripts/Windows/OS/Install.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 3ea82bfe..eb2ec892 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -108,6 +108,8 @@ $null = New-Module { Stop-Service $service; } } + + Set-Stage ([SetupStage]::Install); } ([SetupStage]::Install) { Write-Host "Entering install phase";