Commit 33fbc768 by Jason Bau

Adds apt-get update to fix wonky ubuntu pkg install bug I ran into

parent db3eeaed
......@@ -149,6 +149,7 @@
" exit 1\n",
"}\n",
"apt-get update",
"apt-get -y install python-setuptools\n",
"echo \"Python Tools installed\" - `date` >> /home/ubuntu/cflog.txt\n",
"easy_install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-latest.tar.gz\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