generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 16
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
🐛 Bug: Fix Web5 CLI Installation Script #384
Labels
Comments
11 tasks
Hi, I'd like to work on this issue if someone else hasn't already taken this up |
yep you're assigned to it now. |
@mushahidq let us know how this is going for you or if you need any assistance! |
mushahidq
added a commit
to mushahidq/web5-rs
that referenced
this issue
Oct 11, 2024
Hi @blackgirlbytes. Thanks! I'm working on it. I'll post here if I need any help. |
angiejones
pushed a commit
that referenced
this issue
Oct 16, 2024
* fixes #384 - fix for web cli installation script error * Added verbose messages * Update filename for newer versions and fix incorrect variable in clean_up_temp Update filename for newer versions and fix incorrect variable in clean_up_temp * Fix directory exist check * Update crates/web5_cli/install.sh - fix in bin directory check Co-authored-by: nitro-neal <[email protected]> --------- Co-authored-by: nitro-neal <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Bug: Fix Web5 CLI Installation Script
🔍 Problem Description
The current installation script for the Web5 CLI is encountering errors during execution. Users are experiencing issues that prevent successful installation.
🚫 Current Behavior
When running the installation command:
curl -L https://raw.githubusercontent.com/TBD54566975/web5-rs/main/crates/web5_cli/install.sh | bash -s v0.0.4
Users encounter an error message, preventing successful installation:
✅ Expected Behavior
The installation script should:
💡 Proposed Solution
🔄 Steps to Reproduce
curl -L https://raw.githubusercontent.com/TBD54566975/web5-rs/main/crates/web5_cli/install.sh | bash -s v0.0.4
ℹ️ Additional Information
🚀 Possible Improvements
/usr/local/bin
directory if it doesn't exist.The text was updated successfully, but these errors were encountered: