projects
/
contrib
/
pines
/
report-creator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf8a340
)
typo fix
author
Chris Sharp
<csharp@georgialibraries.org>
Wed, 3 Jan 2018 14:13:47 +0000
(09:13 -0500)
committer
Chris Sharp
<csharp@georgialibraries.org>
Wed, 3 Jan 2018 14:13:47 +0000
(09:13 -0500)
install-ubuntu.sh
patch
|
blob
|
history
diff --git
a/install-ubuntu.sh
b/install-ubuntu.sh
index
3b39891
..
5ad80ec
100755
(executable)
--- 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
i
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