From fb2efd7a20a44b8bd5fb230d87e25644216461d8 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 16 Jun 2023 22:49:47 +0200 Subject: [PATCH] Add a machine specific restoration script --- profiles/DerGeret/Restore.ps1 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 profiles/DerGeret/Restore.ps1 diff --git a/profiles/DerGeret/Restore.ps1 b/profiles/DerGeret/Restore.ps1 new file mode 100644 index 00000000..2d177f1e --- /dev/null +++ b/profiles/DerGeret/Restore.ps1 @@ -0,0 +1,5 @@ +. "$PSScriptRoot/../../scripts/Windows/Scripts/Context.ps1"; + +$null = New-Module { + . "$PSScriptRoot/../../scripts/Windows/OS/Install.ps1"; +}