We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 432fb5e + 5ff8bd7 commit a9b87efCopy full SHA for a9b87ef
packer/linux/scripts/install-utils.sh
@@ -6,7 +6,10 @@ sudo yum update -y
6
7
echo "Updating awscli..."
8
sudo yum install -y python2-pip
9
+sudo yum install -y python3-pip python3 python3-setuptools
10
sudo pip install --upgrade awscli
11
+sudo pip install future
12
+sudo pip3 install future
13
14
echo "Installing zip utils..."
15
sudo yum update -y -q
0 commit comments