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

chores: Add error handling for the curl command #1367

Merged
merged 2 commits into from
Aug 16, 2024

Conversation

gitworkflows
Copy link
Contributor

@gitworkflows gitworkflows commented Aug 12, 2024

  • Replace the use of wget and tar commands with a single curl command that pipes
    directly to tar to streamline the installation process and reduce the number of
    intermediate steps and potential points of failure.

  • Add error handling for the curl command used to install Rust to ensure the script
    stops on any errors during the download or installation process.

@yogeshojha yogeshojha changed the title Add error handling for the curl command chores: Add error handling for the curl command Aug 13, 2024
@yogeshojha
Copy link
Owner

Thank you @gitworkflows 🚀

@yogeshojha yogeshojha merged commit d1542f3 into yogeshojha:master Aug 16, 2024
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants