Skip to content

Commit

Permalink
Remove unnecessary packages from installer
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Aug 1, 2024
1 parent efc4c25 commit c759e08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lab/scripts/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ case "$arch" in
esac

yum install --quiet -y findutils jq tar gzip zsh git diffutils wget \
tree unzip openssl gettext bash-completion python3 pip3 python3-pip \
amazon-linux-extras nc yum-utils
tree unzip openssl gettext bash-completion python3 python3-pip \
nc yum-utils

pip3 install -q awscurl==0.28 urllib3==1.26.6

Expand Down

0 comments on commit c759e08

Please sign in to comment.