Skip to content

Commit

Permalink
Remove ec2-utils versionlock. (#869)
Browse files Browse the repository at this point in the history
The 1.2-47 package is now rolling out.
  • Loading branch information
cartermckinnon authored Feb 22, 2022
1 parent f43f5b3 commit 2289937
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/install-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ sudo yum install -y \
wget \
yum-plugin-versionlock

# Downgrade and lock ec2-utils until 1.2-47 is available: https://github.com/aws/amazon-ec2-utils/issues/22
sudo yum downgrade -y ec2-utils-1.2-45.amzn2.noarch
sudo yum versionlock ec2-utils-*

# Remove the ec2-net-utils package, if it's installed. This package interferes with the route setup on the instance.
if yum list installed | grep ec2-net-utils; then sudo yum remove ec2-net-utils -y -q; fi

Expand Down

0 comments on commit 2289937

Please sign in to comment.