PortValhalla/profiles/Generic/Windows/Setup.ps1

6 lines
162 B
PowerShell
Raw Normal View History

#!/bin/pwsh
2023-12-11 11:48:19 +00:00
$env:WIN_COMPUTER_NAME ??= "win11";
$env:SETUP_SCRIPT_NAME ??= "$PSScriptRoot/Install.ps1";
2023-09-27 10:33:35 +00:00
. "$PSScriptRoot/../../../scripts/Windows/OS/Setup.ps1";