Allow manual installation
This commit is contained in:
parent
8a4b25b8a5
commit
002fb520ff
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/pwsh
|
#!/bin/pwsh
|
||||||
. "$PSScriptRoot/Manage.ps1";
|
. "$PSScriptRoot/Manage.ps1";
|
||||||
|
$env:INSTALLER_SCRIPT = "$PSCommandPath";
|
||||||
Start-WindowsInstallation;
|
Start-WindowsInstallation;
|
||||||
|
|
Loading…
Reference in a new issue