MrChromebox / website

17 stars 16 forks source link

The firmware-util.sh script not working. #2

Closed cparman5 closed 3 months ago

cparman5 commented 3 months ago

The firmware-util.sh script not working. I ran the command "cd; curl https://mrchromebox.tech/firmware-util.sh && sudo bash firmware-util.sh" in the chronos user shell. The menu did not appear, all that appeared was the contents of the firmware-util.sh script. I don't believe this is the behavior that is expected. I'm I doing something wrong here? Thank you in advance for your help.

MrChromebox commented 3 months ago

well, you omitted part of the curl command, so the script file didn't download.

https://docs.mrchromebox.tech/docs/fwscript.html

cparman5 commented 3 months ago

Made the adjustment to command string and the script works fine, Thank you.