PortValhalla/profiles/DerGeret/Windows/Setup.ps1

4 lines
209 B
PowerShell

$env:WIN_COMPUTER_NAME = "DerGeret";
$env:SETUP_SCRIPT_NAME = [System.IO.Path]::GetRelativePath("$PSScriptRoot/../../..", "$PSScriptRoot/Restore.ps1");
. "$PSScriptRoot/../../../scripts/Windows/OS/Setup.ps1";