PortValhalla/profiles/KVM/Windows/Setup.ps1
2023-12-11 12:48:19 +01:00

5 lines
181 B
PowerShell

#!/bin/pwsh
$env:SETUP_SCRIPT_NAME ??= [System.IO.Path]::GetRelativePath("$PSScriptRoot/../../..", "$PSScriptRoot/Install.ps1");
. "$PSScriptRoot/../../Generic/Windows/Setup.ps1";