From 9eb225cdb7f824dd21a88b6f42ae5675e2f82cc7 Mon Sep 17 00:00:00 2001 From: Joe Prochazka Date: Wed, 11 May 2016 16:46:59 -0400 Subject: [PATCH] Check for Ubuntu 16.04 php7.0-xml package. --- bash/portal/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/portal/install.sh b/bash/portal/install.sh index a65f94a..f56b174 100755 --- a/bash/portal/install.sh +++ b/bash/portal/install.sh @@ -153,6 +153,7 @@ if [ -f /etc/lsb-release ]; then . /etc/lsb-release if [ $DISTRIB_ID == "Ubuntu" ] && [ $DISTRIB_RELEASE == "16.04" ]; then CheckPackage php7.0-cgi + CheckPackage php7.0-xml else CheckPackage php5-cgi fi