protectli-root / protectli-firmware-updater

Script used to update firmware on Protectli devices
MIT License
49 stars 3 forks source link

command from readme is wrong for ubuntu 22.04.1 #24

Closed ShiftedRy closed 1 year ago

ShiftedRy commented 2 years ago

"./flashbios" command is not working on "ubuntu 22.04.1". Getting an error saying "bash: ./flashbios: Permission denied".

"sudo python3 ./flashbios" does the trick. Hard to figure out for people who are not used to linux and the terminal.

SergeyKonst3 commented 2 years ago

The permissions have been revised for the flashbios file. Please try again and let us know if the issue has been resolved.

ShiftedRy commented 1 year ago

sorry for my late response.

i still had to use "sudo ./flashbios" on a FW2B.

SergeyKonst3 commented 1 year ago

Sorry for the confusion, forgot to add the revision to the README.md file. It has been updated to include using sudo with the script.