Add libgd-perl to apache installation script
This commit is contained in:
parent
dd5443b88c
commit
469d20a8b2
@ -93,6 +93,7 @@ apt install libio-string-perl -y 2>>install.log &&
|
|||||||
apt install libjson-perl -y 2>>install.log &&
|
apt install libjson-perl -y 2>>install.log &&
|
||||||
apt install libmime-lite-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 libexcel-writer-xlsx-perl -y 2>>install.log &&
|
||||||
|
apt install libgd-perl -y 2>>install.log &&
|
||||||
|
|
||||||
a2enmod rewrite 2>>install.log &&
|
a2enmod rewrite 2>>install.log &&
|
||||||
a2enmod headers 2>>install.log &&
|
a2enmod headers 2>>install.log &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user