PortValhalla/scripts/Windows/OS/Install.ps1

5 lines
111 B
PowerShell

#!/bin/pwsh
. "$PSScriptRoot/Manage.ps1";
$env:INSTALLER_SCRIPT = "$PSCommandPath";
Start-WindowsInstallation;