projects
/
contrib
/
pines.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a02ce7f
)
Apt-get -y
author
Chris Sharp
<csharp@georgialibraries.org>
Wed, 13 Apr 2016 12:36:47 +0000
(08:36 -0400)
committer
Chris Sharp
<csharp@georgialibraries.org>
Wed, 13 Apr 2016 12:36:47 +0000
(08:36 -0400)
install-eg/install_eg.sh
patch
|
blob
|
history
diff --git
a/install-eg/install_eg.sh
b/install-eg/install_eg.sh
index
3a243bb
..
153995f
100755
(executable)
--- a/
install-eg/install_eg.sh
+++ b/
install-eg/install_eg.sh
@@
-44,7
+44,7
@@
EG_ADMIN_PASSWORD="open-ils" # not generating this at this point
PG_PASS_STRING="$EG_DB_HOST:$EG_DB_PORT:$EG_DB_NAME:$EG_DB_USER:$EG_DB_PASSWORD"
SetupOS () {
-$APT_TOOL update && $APT_TOOL install $DEBS
+$APT_TOOL update && $APT_TOOL
-y
install $DEBS
if [ $(id -u $OSRF_USER > /dev/null 2>&1) ]; then
echo "OpenSRF user $OSRF_USER exists. Skipping..."
else