Use Assume Yes Flag for Datastore Packages

sets "-qy" flag for apt-get installs to avoid
y/n confirmations.

Change-Id: Ice483374b664f2a7c7fad325100e9f46552dfa71
Closes-Bug: #1378156
This commit is contained in:
amcrn 2014-10-07 01:01:15 -07:00
parent 5680a88c67
commit 4b70ecf719
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ set -ex
set -o xtrace
export DEBIAN_FRONTEND=noninteractive
apt-get install curl
apt-get install -qy curl
echo "deb http://debian.datastax.com/community stable main" >> /etc/apt/sources.list.d/cassandra.sources.list
curl -L http://debian.datastax.com/debian/repo_key | apt-key add -
apt-get update

View File

@ -2,7 +2,7 @@ set -e
set -o xtrace
export DEBIAN_FRONTEND=noninteractive
apt-get install curl
apt-get install libssl0.9.8
apt-get install -qy curl
apt-get install -qy libssl0.9.8
curl -O http://packages.couchbase.com/releases/2.2.0/couchbase-server-community_2.2.0_x86_64.deb
INSTALL_DONT_START_SERVER=1 dpkg -i couchbase-server-community_2.2.0_x86_64.deb