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

Add Filename to Curl Command in Documentation #27

Open
E9C81F815E536B97AB4086B7A60D79D5178B435 opened this issue Dec 27, 2024 · 1 comment

Comments

@E9C81F815E536B97AB4086B7A60D79D5178B435

Description: I noticed that the documentation for the ChromeOS Firmware Utility Script has a curl command that doesn’t specify a filename for the downloaded script. This could be a bit confusing for users.

Current Command:

cd; curl -LO mrchromebox.tech/firmware-util.sh && sudo bash firmware-util.sh

Suggested Change: It would be great to update the command to include the filename like this:

cd; curl -Lo firmware-util.sh mrchromebox.tech/firmware-util.sh && bash firmware-util.sh

Why This Matters: Adding the filename will help users know exactly what to expect when they run the command.

Thanks for considering this tweak! Feel free to modify it further if needed, and good luck with your submission!

@MrChromebox
Copy link
Owner

I'm leaning against this -- -o really only makes sense when you want to save the file as a different name, otherwise why type firmware-util.sh an extra time if you don't need to?

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

No branches or pull requests

2 participants