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

fix: correct package name from computeblade-agent to compute-blade-agent #47

Merged
merged 2 commits into from
Jan 14, 2025

Conversation

morzan1001
Copy link
Contributor

@morzan1001 morzan1001 commented Jan 12, 2025

In the course of the project the name was changed from “computeblade-agent” to “compute-blade-agent”. this was not consistent and version 0.5.6 was therefore not usable. this mergerequest has corrected the corresponding places.

Fix #46

I also adjusted the autoinstall script so that the download works again.

Fix #45

Copy link
Collaborator

@xvzf xvzf left a comment

Choose a reason for hiding this comment

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

Thanks for this!

@xvzf xvzf merged commit 67b3411 into uptime-industries:main Jan 14, 2025
3 checks passed
@morzan1001
Copy link
Contributor Author

Hey, thanks for merging, I actually just realized that I had forgotten to change the correct url in the readme. Maybe you just adjust it quickly. For the curl command to work, the URL should be as follows:

curl -L -o /tmp/compute-blade-agent-installer.sh https://raw.githubusercontent.com/uptime-industries/compute-blade-agent/refs/heads/main/hack/autoinstall.sh
chmod +x /tmp/compute-blade-agent-installer.sh
/tmp/compute-blade-agent-installer.sh

@morzan1001 morzan1001 deleted the fix_renaming branch January 20, 2025 12:52
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.

Incorrect naming scheme Failed download autointall.sh 404: Not Found
2 participants