commit | ae7f264970d0139831e899810995523e72a89dda | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Thu Nov 03 00:03:53 2011 -0500 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Thu Nov 03 00:03:53 2011 -0500 |
tree | ca0bfa9c365c85381991a9b35b208bdc32473184 | |
parent | bdc254eb38037be51f125f3b84f5d4c698e7c2ab [diff] [blame] |
remove -y since this is using apt_get
diff --git a/stack.sh b/stack.sh index 19d7e84..446661a 100755 --- a/stack.sh +++ b/stack.sh
@@ -789,7 +789,7 @@ if [[ "$ENABLED_SERVICES" =~ "q-svc" ]]; then # Install deps # FIXME add to file/apts/quantum, but don't install if not needed! - apt_get install -y openvswitch-switch openvswitch-datapath-dkms + apt_get install openvswitch-switch openvswitch-datapath-dkms # Create database for the plugin/agent if [[ "$Q_PLUGIN" = "openvswitch" ]]; then