Allow manual installation

This commit is contained in:
Manuel Thalmann 2024-09-21 17:32:18 +02:00
parent 298c033881
commit d1557590ae

View file

@ -1,3 +1,4 @@
#!/bin/pwsh
. "$PSScriptRoot/Manage.ps1";
$env:INSTALLER_SCRIPT = "$PSCommandPath";
Start-WindowsInstallation;