5 lines
120 B
PowerShell
5 lines
120 B
PowerShell
#!/bin/pwsh
|
|
$env:SETUP_SCRIPT_NAME ??= "$PSScriptRoot/Install.ps1";
|
|
|
|
. "$PSScriptRoot/../../Generic/Windows/Setup.ps1";
|