Add libspreadsheet-xlsx-perl to Apache installation script.

This commit is contained in:
Johan 2023-01-13 08:39:43 +01:00
parent 32afd217a9
commit e08c7ccabe

View File

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