From d20170b2cda0bb90c8a7cc3552d6bbb4ac807097 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Thu, 10 Sep 2020 14:19:10 +0200 Subject: [PATCH] don't install imagick by default --- apps/previewgenerator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/previewgenerator.sh b/apps/previewgenerator.sh index 435e68f2..b1615508 100644 --- a/apps/previewgenerator.sh +++ b/apps/previewgenerator.sh @@ -89,7 +89,7 @@ Imagick will put your server at risk as it's is known to have several flaws. You can check this issue to understand why: https://github.com/nextcloud/vm/issues/743 Please note: If you choose not to install imagick, it will get removed now." -if yesno_box_yes "Do you want to install imagick?" +if yesno_box_no "Do you want to install imagick?" then # Install imagick install_if_not php-imagick