Commit c03e6aab by Feanil Patel

Merge pull request #926 from edx/feanil/nat_monitor_fix

Force apt-get install in case of other prompts.
parents f5bc5fa0 5b32c876
......@@ -2726,7 +2726,7 @@
"mkdir -p /opt/edx/bin\n",
"cd /opt\n",
"apt-get update\n",
"apt-get install openjdk-6-jre-headless unzip -y\n",
"apt-get install openjdk-6-jre-headless unzip -y --force-yes\n",
"wget http://s3.amazonaws.com/ec2-downloads/ec2-api-tools.zip\n",
"unzip ec2-api-tools.zip\n",
"rm ec2-api-tools.zip\n",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment