Commit fb29a2d4 by Feanil Patel

Remove the zipfile once we have the content.

parent f1875989
...@@ -1717,6 +1717,7 @@ ...@@ -1717,6 +1717,7 @@
"apt-get install openjdk-6-jre-headless unzip -y", "apt-get install openjdk-6-jre-headless unzip -y",
"wget http://s3.amazonaws.com/ec2-downloads/ec2-api-tools.zip", "wget http://s3.amazonaws.com/ec2-downloads/ec2-api-tools.zip",
"unzip ec2-api-tools.zip", "unzip ec2-api-tools.zip",
"rm ec2-api-tools.zip",
"ln -sf ec2-api-tools-* ec2-api-tools", "ln -sf ec2-api-tools-* ec2-api-tools",
"cat <<'EOF' > /opt/edx/bin/nat_monitor.sh", "cat <<'EOF' > /opt/edx/bin/nat_monitor.sh",
......
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