From: Chris Sharp Date: Wed, 3 Jan 2018 14:13:47 +0000 (-0500) Subject: typo fix X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f7dd40c8cb7af72a3e90bda01a34ab3c883c611f;p=contrib%2Fpines%2Freport-creator.git typo fix --- diff --git a/install-ubuntu.sh b/install-ubuntu.sh index 3b39891..5ad80ec 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-peari libapache2-mod-php7.0" + PREREQS="php7.0 php7.0-gd php7.0-pgsql php7.0-xml php7.0-dev php-memcache php-pear libapache2-mod-php7.0" APACHE_RESTART="systemctl restart apache2.service" add-apt-repository -y $PPA $APT_TOOL update