diff --git a/profiles/DerGeret/Backup.ps1 b/profiles/DerGeret/Backup.ps1 index bc78857c..c69830d2 100644 --- a/profiles/DerGeret/Backup.ps1 +++ b/profiles/DerGeret/Backup.ps1 @@ -1,5 +1,5 @@ -. "../../scripts/Windows/Scripts/Context.ps1"; -. "../../scripts/Windows/OS/Manage.ps1"; +. "$PSScriptRoot/../../scripts/Windows/Scripts/Context.ps1"; +. "$PSScriptRoot/../../scripts/Windows/OS/Manage.ps1"; $null = New-Module { $context = [Context]::new();