PortValhalla/profiles/machines/manuel/KVM/Windows/Setup.ps1

5 lines
126 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
2024-09-03 21:10:35 +00:00
. "$PSScriptRoot/../../../../Generic/Windows/Setup.ps1";