3 lines
69 B
PowerShell
3 lines
69 B
PowerShell
#!/bin/pwsh
|
|
. "$PSScriptRoot/Manage.ps1";
|
|
Start-WindowsInstallation;
|