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:
2845438
)
adding php7.0 apache module to dependencies for 16.04
author
Chris Sharp
<csharp@georgialibraries.org>
Wed, 3 Jan 2018 14:09:44 +0000
(09:09 -0500)
committer
Chris Sharp
<csharp@georgialibraries.org>
Wed, 3 Jan 2018 14:09:44 +0000
(09:09 -0500)
install-ubuntu.sh
patch
|
blob
|
history
diff --git
a/install-ubuntu.sh
b/install-ubuntu.sh
index
17ad878
..
3b39891
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"
+ PREREQS="php7.0 php7.0-gd php7.0-pgsql php7.0-xml php7.0-dev php-memcache php-pear
i libapache2-mod-php7.0
"
APACHE_RESTART="systemctl restart apache2.service"
add-apt-repository -y $PPA
$APT_TOOL update