Merge pull request #319 from mlocati/mosquitto-beta
Install the latest misquitto version instead of a specific versionpull/320/head
commit
2f874e6fec
|
@ -1766,7 +1766,7 @@ installRemoteModule() {
|
||||||
;;
|
;;
|
||||||
mosquitto)
|
mosquitto)
|
||||||
if test -z "$installRemoteModule_version"; then
|
if test -z "$installRemoteModule_version"; then
|
||||||
installRemoteModule_version=0.4.0
|
installRemoteModule_version=beta
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
msgpack)
|
msgpack)
|
||||||
|
|
Loading…
Reference in New Issue