From e08c7ccabec25d86080eaaa5795e359837651b6c Mon Sep 17 00:00:00 2001 From: Johan Date: Fri, 13 Jan 2023 08:39:43 +0100 Subject: [PATCH] Add libspreadsheet-xlsx-perl to Apache installation script. --- BashScripts/install-apache.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/BashScripts/install-apache.sh b/BashScripts/install-apache.sh index d5605f9..e6907f9 100644 --- a/BashScripts/install-apache.sh +++ b/BashScripts/install-apache.sh @@ -100,6 +100,7 @@ apt install libexcel-writer-xlsx-perl -y 2>>install.log && apt install libgd-perl -y 2>>install.log && apt install librest-client-perl -y 2>>install.log && apt install libxml-simple-perl -y 2>>install.log && +apt install libspreadsheet-xlsx-perl -y 2>>install.log && a2enmod rewrite 2>>install.log && a2enmod headers 2>>install.log &&