diff --git a/profiles/DerGeret/Windows/Setup.ps1 b/profiles/DerGeret/Windows/Setup.ps1 index eab7269a..3dcd7869 100644 --- a/profiles/DerGeret/Windows/Setup.ps1 +++ b/profiles/DerGeret/Windows/Setup.ps1 @@ -1,6 +1,5 @@ $env:WIN_COMPUTER_NAME = "DerGeret"; $env:SETUP_SCRIPT_NAME = [System.IO.Path]::GetRelativePath("$PSScriptRoot/../../..", "$PSScriptRoot/Restore.ps1"); -. "$PSScriptRoot/../../../scripts/Windows/OS/Setup.ps1"; $Global:SetupConfigPostprocessor = { param([xml] $config, [System.Xml.XmlNamespaceManager] $namespace) @@ -47,3 +46,5 @@ $Global:SetupConfigPostprocessor = { $partitionModifications.AppendChild($newModification); } + +. "$PSScriptRoot/../../../scripts/Windows/OS/Setup.ps1";