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 &&