Skip to content

Commit

Permalink
Remove the ec2-net-utils package (awslabs#368)
Browse files Browse the repository at this point in the history
* Remove the ec2-net-utils package

* Add code comment to describe the ec2-net-utils change
  • Loading branch information
Kausheel authored and Claes Mogren committed Nov 13, 2019
1 parent da2d05a commit c7528b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ sudo yum install -y \
unzip \
wget

# 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

################################################################################
### Time #######################################################################
################################################################################
Expand Down

0 comments on commit c7528b5

Please sign in to comment.