From b02c63adb28d00dd8b714437441870b3299c548d Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 8 Aug 2024 14:03:15 +0200 Subject: [PATCH] Add notes to installation script --- scripts/Windows/Software/VisualStudio/Manage.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Windows/Software/VisualStudio/Manage.ps1 b/scripts/Windows/Software/VisualStudio/Manage.ps1 index f3b53d51..d31d836c 100644 --- a/scripts/Windows/Software/VisualStudio/Manage.ps1 +++ b/scripts/Windows/Software/VisualStudio/Manage.ps1 @@ -27,4 +27,5 @@ $null = New-Module { }; # ToDo: Add restoration + # Only restore version if it has been backed up };