From d1557590aeea0db0d65f74df675b0df5e1b8b04e Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 21 Sep 2024 17:32:18 +0200 Subject: [PATCH] Allow manual installation --- scripts/Windows/OS/Install.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index ec104a175..92d3d0e46 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -1,3 +1,4 @@ #!/bin/pwsh . "$PSScriptRoot/Manage.ps1"; +$env:INSTALLER_SCRIPT = "$PSCommandPath"; Start-WindowsInstallation;