Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding steps to skip AWS CLI Install if already installed #533

Open
wants to merge 1 commit into
base: mainline
Choose a base branch
from

Conversation

arocki7
Copy link

@arocki7 arocki7 commented Aug 24, 2023

*Issue #532

Description of changes:
Adding steps to check whether AWS CLI v2 is installed and skip if already installed.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@arocki7
Copy link
Author

arocki7 commented Aug 24, 2023

Can you please review this PR? @smhmhmd

download_awscli_zipfile "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip"
elif uname -a | grep "aarch64"; then
download_awscli_zipfile "https://awscli.amazonaws.com/awscli-exe-linux-aarch64.zip"
if $AWSCLI --version | awk '{print $1}' | cut -d / -f 2 | grep -q ^2.; then
Copy link
Contributor

@smhmhmd smhmhmd Aug 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for submitting the PR.
We will incorporate this after including another change that needs to go with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants