Add a setup script for "DerGeret"
This commit is contained in:
parent
62c1f4ab43
commit
20844ad068
1 changed files with 3 additions and 0 deletions
3
profiles/DerGeret/Windows/Setup.ps1
Normal file
3
profiles/DerGeret/Windows/Setup.ps1
Normal file
|
@ -0,0 +1,3 @@
|
|||
$env:WIN_COMPUTER_NAME = "DerGeret";
|
||||
$env:SETUP_SCRIPT_NAME = [System.IO.Path]::GetRelativePath("$PSScriptRoot/../../..", "$PSScriptRoot/Restore.ps1");
|
||||
. "$PSScriptRoot/../../../scripts/Windows/OS/Setup.ps1";
|
Loading…
Reference in a new issue