Skip to content

Commit

Permalink
Update ubuntu init script
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwcole committed May 11, 2021
1 parent a731df9 commit dc467f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/user_data/ubuntu_init.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh

apt-get update
apt-get -y install python-setuptools
easy_install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-latest.tar.gz
apt-get -y install python3-pip
pip3 install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz

0 comments on commit dc467f0

Please sign in to comment.