split from #621
this is caused by a trivlal syntax error in install.sh,
it seems that nobody ever tried to use the mqtt option before.
i would personally vote to remove install.sh,
it's some attempt to make source installation easier,
in a nonstandard ad-hoc way, and it's failing, as demonstrated here.
we have (deb) packaging now,
the issues that install.sh tries to solve (installation of dependencies) should have better and more standardized soltions.
i.e. we have a redundant one with the dockerfile (which might aswell invoke install.sh, but chooses not to..
split from #621