From 8bed546cccbcc6cd86bdff1696cc55c2207401f1 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 b1183d96..1804dacf 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -420,7 +420,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