From 3ebc468a0932ba7e41cc4b398e29288b868b06a9 Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Thu, 23 Oct 2025 07:53:52 +0200 Subject: [PATCH] ci: Tasks has been updated, no longer a debug app --- app-hooks/post-installation/10-install-calendar-app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-hooks/post-installation/10-install-calendar-app.sh b/app-hooks/post-installation/10-install-calendar-app.sh index e7edd52..d7c485a 100755 --- a/app-hooks/post-installation/10-install-calendar-app.sh +++ b/app-hooks/post-installation/10-install-calendar-app.sh @@ -6,7 +6,7 @@ echo "Installing and configuring Calendar app..." # Enable calendar app php /var/www/html/occ app:enable calendar -php /var/www/html/occ app:enable --force tasks # Not currently supported on 32 +php /var/www/html/occ app:enable tasks # Wait for calendar app to be fully initialized echo "Waiting for calendar app to initialize..."