Rename Nextcloud installer

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

View file

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