From: Chris Sharp Date: Wed, 13 Apr 2016 12:36:47 +0000 (-0400) Subject: Apt-get -y X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3697d280822b96aea82aec310f91d084cfb38084;p=contrib%2Fpines.git Apt-get -y --- diff --git a/install-eg/install_eg.sh b/install-eg/install_eg.sh index 3a243bb..153995f 100755 --- 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