From f7dd40c8cb7af72a3e90bda01a34ab3c883c611f Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Wed, 3 Jan 2018 09:13:47 -0500 Subject: [PATCH] typo fix --- install-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0