5 lines
111 B
PowerShell
5 lines
111 B
PowerShell
#!/bin/pwsh
|
|
. "$PSScriptRoot/Manage.ps1";
|
|
$env:INSTALLER_SCRIPT = "$PSCommandPath";
|
|
Start-WindowsInstallation;
|