PortValhalla/profiles/KVM/Windows/Setup.ps1

5 lines
181 B
PowerShell
Raw Normal View History

2023-12-11 11:48:19 +00:00
#!/bin/pwsh
$env:SETUP_SCRIPT_NAME ??= [System.IO.Path]::GetRelativePath("$PSScriptRoot/../../..", "$PSScriptRoot/Install.ps1");
. "$PSScriptRoot/../../Generic/Windows/Setup.ps1";