From 61ac127339c4d72dbe5a3dd5e873f1db14fe8bff Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 27 Aug 2024 23:08:41 +0200 Subject: [PATCH] Rename outdated archive --- profiles/DerGeret/Windows/Backup.ps1 | 2 +- scripts/Windows/OS/{Manage.ps1 => Legacy.ps1} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/Windows/OS/{Manage.ps1 => Legacy.ps1} (100%) diff --git a/profiles/DerGeret/Windows/Backup.ps1 b/profiles/DerGeret/Windows/Backup.ps1 index 02c374da..2419dca9 100644 --- a/profiles/DerGeret/Windows/Backup.ps1 +++ b/profiles/DerGeret/Windows/Backup.ps1 @@ -1,7 +1,7 @@ #!/bin/pwsh $null = New-Module { . "$PSScriptRoot/../../../scripts/Common/Scripts/Context.ps1"; - . "$PSScriptRoot/../../../scripts/Windows/OS/Manage.ps1"; + . "$PSScriptRoot/../../../scripts/Windows/OS/Legacy.ps1"; Write-Host "Starting Backup of Windows"; $context = [Context]::new(); diff --git a/scripts/Windows/OS/Manage.ps1 b/scripts/Windows/OS/Legacy.ps1 similarity index 100% rename from scripts/Windows/OS/Manage.ps1 rename to scripts/Windows/OS/Legacy.ps1