From d1b11a0e720cf67a0be1388f5d9799e80d575556 Mon Sep 17 00:00:00 2001 From: attardi <giuseppe.attardi@garr.it> Date: Fri, 28 Jun 2019 02:13:20 +0000 Subject: [PATCH] Fixed dl. --- hooks/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/install b/hooks/install index 1026cee..5fd0349 100755 --- a/hooks/install +++ b/hooks/install @@ -8,7 +8,7 @@ PHP_VER=7.0 apt -qqy update && apt -qqy dist-upgrade apt -y install drush apache2 php${PHP_VER}-gd libapache2-mod-php${PHP_VER} \ - php${PHP_VER}-cgi mysql-client-core-5.7 php${PHP_VER}-json + php${PHP_VER}-cgi mysql-client-core-5.7 php${PHP_VER}-json php$(PHP_VER}-xml a2enmod php$(PHP_VER) -- GitLab