From 48694c2822fda665e7bfce41dd9af7e39a2c30ca Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 12 Feb 2020 15:41:47 +0100 Subject: [PATCH] fix install of Talk due to https://github.com/nextcloud/spreed/issues/2806 Signed-off-by: Arthur Schiwon --- setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup b/setup index a058f9e..d115472 100644 --- a/setup +++ b/setup @@ -50,7 +50,7 @@ install_hub_apps () { $OCC app:enable calendar $OCC app:enable contacts $OCC app:enable mail - $OCC app:enable spreed + $OCC app:install spreed; $OCC app:enable spreed # logic for office suite resides in join script }