km4ack / patmenu2

Tools for working with Pat Menu
GNU General Public License v3.0
21 stars 9 forks source link

two hidden dependencies #80

Open frrobert2 opened 1 year ago

frrobert2 commented 1 year ago

I have found two hidden dependencies that will cause errors.

The find gateway script uses jq. jq is in most repositories but is not part of a standard install. So the user needs to install jq to use the gateway script.

The ARDOP modem startup script is dependent on lxtermninal. For the script to run correctly lxterminal needs to be installed or line 106 of the ardop startup script needs to be edited by the user to use the user's terminal program.