From 5d20d495e6b1a2ce968b5fa093e02e91c46276ac Mon Sep 17 00:00:00 2001 From: Alvaro Cabrera Date: Wed, 14 Sep 2022 22:32:50 -0500 Subject: [PATCH] fix: enable XSL extension by default --- bin/install | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/install b/bin/install index c40be12..d04fcef 100755 --- a/bin/install +++ b/bin/install @@ -144,6 +144,7 @@ construct_configure_options() { --with-fpm-group=www-data \ --with-fpm-user=www-data \ --with-gd \ + --with-xsl \ --with-mhash \ --with-mysql=mysqlnd \ --with-mysqli=mysqlnd \