Add Perlmagick to Apache installation script

This commit is contained in:
Johan 2023-12-16 15:13:52 +01:00
parent f0390d0ddf
commit 29ec1bb831

View File

@ -159,6 +159,7 @@ apt install libjson-perl -y 2>>install.log &&
apt install libmime-lite-perl -y 2>>install.log &&
apt install libexcel-writer-xlsx-perl -y 2>>install.log &&
apt install libgd-perl -y 2>>install.log &&
apt install perlmagick -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 &&