Rename Nextcloud installer

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

View file

@ -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;
}
}