mirror of
https://github.com/balena-io/open-balena.git
synced 2025-03-14 00:06:26 +00:00
NodeJS is installed as `nodejs` in some distros, `node` in others. This ensures we can find either one or fail with a proper error, and also documents that NodeJS is required in the first place. Fixes: #5 Change-type: patch