From 92bbaa8d70bcec6c88f742141b28c95ffdd7c51e Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 21 Jun 2023 22:11:38 +0200 Subject: [PATCH] Add a setup script for "DerGeret" --- profiles/DerGeret/Windows/Setup.ps1 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 profiles/DerGeret/Windows/Setup.ps1 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";