From 498358d3ca4519219040a7b449fcdc99c6e8b8e9 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 24 Aug 2024 01:50:07 +0200 Subject: [PATCH] Rename Nextcloud installer --- scripts/Windows/OS/Install.ps1 | 2 +- scripts/Windows/Software/Nextcloud/{Manage.ps1 => Main.ps1} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/Windows/Software/Nextcloud/{Manage.ps1 => Main.ps1} (100%) diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 58dbaa966..4869c9fb8 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -423,7 +423,7 @@ $null = New-Module { & "$softwarePath/MSEdgeRedirect/Manage.ps1" @arguments; if (Test-Collection "fileSync") { - & "$softwarePath/Nextcloud/Manage.ps1" @arguments; + & "$softwarePath/Nextcloud/Main.ps1" @arguments; } } diff --git a/scripts/Windows/Software/Nextcloud/Manage.ps1 b/scripts/Windows/Software/Nextcloud/Main.ps1 similarity index 100% rename from scripts/Windows/Software/Nextcloud/Manage.ps1 rename to scripts/Windows/Software/Nextcloud/Main.ps1