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.
1 parent 92a1d33 commit 5ff8bd7Copy full SHA for 5ff8bd7
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