Rename Nextcloud installer

This commit is contained in:
Manuel Thalmann 2024-08-24 01:50:07 +02:00
parent 4a7406d239
commit d3a632c1d1
2 changed files with 1 additions and 1 deletions

View file

@ -420,7 +420,7 @@ $null = New-Module {
& "$softwarePath/MSEdgeRedirect/Manage.ps1" @arguments; & "$softwarePath/MSEdgeRedirect/Manage.ps1" @arguments;
if (Test-Collection "fileSync") { if (Test-Collection "fileSync") {
& "$softwarePath/Nextcloud/Manage.ps1" @arguments; & "$softwarePath/Nextcloud/Main.ps1" @arguments;
} }
} }