PortValhalla/profiles/KVM/Windows/Setup.ps1

5 lines
120 B
PowerShell
Raw Normal View History

2023-12-11 11:48:19 +00:00
#!/bin/pwsh
$env:SETUP_SCRIPT_NAME ??= "$PSScriptRoot/Install.ps1";
2023-12-11 11:48:19 +00:00
. "$PSScriptRoot/../../Generic/Windows/Setup.ps1";