Skip to content

Commit

Permalink
[Issue-105] Use python3 sources
Browse files Browse the repository at this point in the history
  • Loading branch information
bklein1 committed Dec 14, 2021
1 parent 27010da commit d41ecd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/bbb-on-aws-bbbappscalable.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ Resources:

apt install -y git binutils python3-pip python-pip build-essential python-dev python-setuptools jq

pip3 install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-latest.tar.gz
pip3 install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz
pip3 install -U awscli

cd /tmp
Expand Down
2 changes: 1 addition & 1 deletion templates/bbb-on-aws-bbbappsingle.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ Resources:

apt install -y git binutils python3-pip python-pip build-essential python-dev python-setuptools jq

pip3 install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-latest.tar.gz
pip3 install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz
pip3 install -U awscli

# Set instance Hostname
Expand Down

0 comments on commit d41ecd6

Please sign in to comment.