diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 87294e69..e08b247f 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