PortValhalla/profiles/DerGeret/Windows/Setup.ps1

4 lines
209 B
PowerShell
Raw Normal View History

2023-06-21 20:11:38 +00:00
$env:WIN_COMPUTER_NAME = "DerGeret";
$env:SETUP_SCRIPT_NAME = [System.IO.Path]::GetRelativePath("$PSScriptRoot/../../..", "$PSScriptRoot/Restore.ps1");
. "$PSScriptRoot/../../../scripts/Windows/OS/Setup.ps1";