Two comments:
(1) On the "Linux builds overview" page, the Linux to BazilleCM, BeatzilleCM and ZebraCM are wrong - but the thread at viewtopic.php?f=31&t=567997 has them right:
https://uhedownloads-heckmannaudiogmb.n ... nux.tar.xz
https://uhedownloads-heckmannaudiogmb.n ... nux.tar.xz
https://uhedownloads-heckmannaudiogmb.n ... nux.tar.xz
(2) I see the "install.sh" scripts now rely on constructs that only a full-fledged "bash" will give you, but some distributions have started linking /bin/sh (which is used by these scripts) to /bin/dash (a light-weight replacement for bash).
Consequently, if you run the install scripts, you might see an error like this:
$ ./install.sh
...
Do you agree the license's terms? [y/n] y
./install.sh: 153: [[: not found
I suggest to put "#!/bin/bash" into the first line of the install scripts to avoid this error.
