From: Chris Sharp Date: Wed, 3 Jan 2018 14:09:44 +0000 (-0500) Subject: adding php7.0 apache module to dependencies for 16.04 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bf8a340091468436e2c44e94ad4e4bf05dcfe77b;p=contrib%2Fpines%2Freport-creator.git adding php7.0 apache module to dependencies for 16.04 --- diff --git a/install-ubuntu.sh b/install-ubuntu.sh index 17ad878..3b39891 100755 --- a/install-ubuntu.sh +++ b/install-ubuntu.sh @@ -29,7 +29,7 @@ OSRF_WEB_ROOT="/openils/var/web" if [ "$DISTRO" == "Ubuntu" ]; then if [ "$RELEASE" == "16.04" ]; then APT_TOOL="apt" - PREREQS="php7.0 php7.0-gd php7.0-pgsql php7.0-xml php7.0-dev php-memcache php-pear" + PREREQS="php7.0 php7.0-gd php7.0-pgsql php7.0-xml php7.0-dev php-memcache php-peari libapache2-mod-php7.0" APACHE_RESTART="systemctl restart apache2.service" add-apt-repository -y $PPA $APT_TOOL update