Page 1 of 1

Error in RaspbianInstall script

Posted: 26 Nov 2021 18:01
by nandog80
When running the installation script on a raspbian buster installation (to manually update to 3.2.1 from 3.0.6):

Code: Select all

wget -q -O - https://storage.z-wave.me/RaspbianInstall | sudo bash
there is an error because it remarks it is not for my installation, I think the problem is in the version check "-o" instead of "-e" at line 17.

There is also a problem with the script, requiring a version for libmosquitto1 that is not available in the buster distribution, even after update: is there a revised version of the script or a workaroud that can be used for the update?

Thank you.

Re: Error in RaspbianInstall script

Posted: 27 Nov 2021 01:42
by PoltoS
You are right - should be an "-a". Thank you for pointing us to this error

There is a dependency from old libmosquitto1 on buster and on bullseye it is a new one. On buster it is a bit old and you can replace it with one in the libs/ folder.

This is the package on buster: https://packages.debian.org/buster/libmosquitto1