PortValhalla/scripts/Windows/OS/Install.ps1

5 lines
111 B
PowerShell
Raw Normal View History

#!/bin/pwsh
. "$PSScriptRoot/Manage.ps1";
2024-09-21 15:32:18 +00:00
$env:INSTALLER_SCRIPT = "$PSCommandPath";
Start-WindowsInstallation;