File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2828 "HelperInstallationCommands" : " export DEBIAN_FRONTEND=noninteractive\n apt-get -yq update\n apt-get -yq install python3-pip zip awscli\n python3 -m pip install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz"
2929 },
3030 "Ubuntu2404" : {
31- "HelperInstallationCommands" : " export DEBIAN_FRONTEND=noninteractive\n rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED\n add-apt-repository ppa:deadsnakes/ppa \ n apt-get -yq update\n apt-get -yq install python3.11 python3 -pip zip\n python3 -m pip install awscli \n python3.11 -m pip install -U pip setuptools \n python3.11 -m pip install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz"
31+ "HelperInstallationCommands" : " export DEBIAN_FRONTEND=noninteractive\n rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED\n apt-get -yq update\n apt-get -yq install python3-pip zip\n snap install aws-cli --classic \n python3 -m pip install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz"
3232 },
3333 "Debian11" : {
3434 "HelperInstallationCommands" : " export DEBIAN_FRONTEND=noninteractive\n apt-get -yq update\n apt-get -yq install python3-pip zip awscli\n python3 -m pip install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz"
You can’t perform that action at this time.
0 commit comments