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