diff --git a/profiles/DerGeret/Windows/Setup.ps1 b/profiles/DerGeret/Windows/Setup.ps1 new file mode 100644 index 00000000..2bc13dc5 --- /dev/null +++ b/profiles/DerGeret/Windows/Setup.ps1 @@ -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";