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