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