commit | 5a6904dcbc156773c27ec523c0ac494f1f88494e | [log] [tgz] |
---|---|---|
author | Johan Euphrosine <proppy@google.com> | Wed Sep 23 14:42:54 2015 -0700 |
committer | Johan Euphrosine <proppy@google.com> | Thu Sep 24 00:44:09 2015 +0000 |
tree | 65a9241293da72f044533efa3a0718bfcf8ee966 | |
parent | f5225bc6f9e0f5d988ceb75b2fb3154510660e89 [diff] |
examples/ubuntu/prerequisites: add APT_GET_OPTS and remove -y Bug: 23884877 Change-Id: Iaf1c0c47eb95ec4703fe68408d32d7078309c856 Reviewed-on: https://weave-review.googlesource.com/1140 Reviewed-by: Vitaly Buka <vitalybuka@google.com>
diff --git a/libweave/examples/ubuntu/prerequisites.sh b/libweave/examples/ubuntu/prerequisites.sh index d4f12a1..f64f06b 100755 --- a/libweave/examples/ubuntu/prerequisites.sh +++ b/libweave/examples/ubuntu/prerequisites.sh
@@ -6,7 +6,7 @@ DIR=$(cd -P -- "$(dirname -- "$0")" && pwd -P) ROOT_DIR=$(cd -P -- "$(dirname -- "$0")/../.." && pwd -P) -sudo apt-get install -y \ +sudo apt-get install ${APT_GET_OPTS} \ autoconf \ automake \ binutils \