Error in hex.sh tool

Turbovix6 years ago

Hi Anton,
I'm using hex.sh to test a Traccar instance locally on my PC (Fedora Linux), however I get the following message on the terminal:

./hex.sh: line 30: xxd: command not found

It looks like there is an error in line 30 of the script!

Turbovix6 years ago

I finally realized that my Fedora did not have the binary responsible for the command "xxd"
To solve, just install the "vim-common" package!

Thank you!