#!/bin/pwsh
$env:SETUP_SCRIPT_NAME ??= "$PSScriptRoot/Install.ps1";

. "$PSScriptRoot/../../Generic/Windows/Setup.ps1";