From af7b7ff6f01b746722644b37723887fa9314368e Mon Sep 17 00:00:00 2001 From: andre <> Date: Fri, 17 Jan 2020 23:36:28 +0100 Subject: [PATCH] new openzwave version --- README.md | 10 ++++++++++ aarch64/scripts/setup_zwave.sh | 6 +++--- armv7hf/scripts/setup_zwave.sh | 6 +++--- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 41cc034..0229799 100644 --- a/README.md +++ b/README.md @@ -92,8 +92,18 @@ But watch for the used node version. If the existing installation runs with anot After some issues with permissions related to the use of a dedicated user for ioBroker, I added some code for fixing permissions on container startup. This might take a few minutes on first startup. Please take a look at the container logs and be patient! +## Miscellaneous + +### Keep me updated + +If you want the newest updates about the image and my tutorials at https://buanet.de/tutorials you can simply subscribe to my new "news and updates" channel (only in german) on Telegram. +You will find the channel here: https://t.me/buanet_tutorials + ## Changelog +### v4.1.1beta (2020-01-17) +* updated openzwave to version 1.6.1007 + ### v4.1.0 (2020-01-17) * improved readme.md * v4.0.3beta (2020-01-06) diff --git a/aarch64/scripts/setup_zwave.sh b/aarch64/scripts/setup_zwave.sh index e9710d0..11d8024 100644 --- a/aarch64/scripts/setup_zwave.sh +++ b/aarch64/scripts/setup_zwave.sh @@ -8,9 +8,9 @@ then else echo "Openzwave is NOT installed. Going to install it now..." cd /opt - curl -s -L -O http://old.openzwave.com/downloads/openzwave-1.6.945.tar.gz - tar -xf openzwave-1.6.945.tar.gz && rm openzwave-1.6.945.tar.gz - cd openzwave-1.6.945 && make > /dev/null 2>&1 && make install > /dev/null 2>&1 + curl -s -L -O http://old.openzwave.com/downloads/openzwave-1.6.1007.tar.gz + tar -xf openzwave-1.6.1007.tar.gz && rm openzwave-1.6.1007.tar.gz + cd openzwave-1.6.1007 && make > /dev/null 2>&1 && make install > /dev/null 2>&1 ldconfig /usr/local/lib64 cd /opt/iobroker # echo "Openzwave is now installed..." diff --git a/armv7hf/scripts/setup_zwave.sh b/armv7hf/scripts/setup_zwave.sh index e9710d0..11d8024 100644 --- a/armv7hf/scripts/setup_zwave.sh +++ b/armv7hf/scripts/setup_zwave.sh @@ -8,9 +8,9 @@ then else echo "Openzwave is NOT installed. Going to install it now..." cd /opt - curl -s -L -O http://old.openzwave.com/downloads/openzwave-1.6.945.tar.gz - tar -xf openzwave-1.6.945.tar.gz && rm openzwave-1.6.945.tar.gz - cd openzwave-1.6.945 && make > /dev/null 2>&1 && make install > /dev/null 2>&1 + curl -s -L -O http://old.openzwave.com/downloads/openzwave-1.6.1007.tar.gz + tar -xf openzwave-1.6.1007.tar.gz && rm openzwave-1.6.1007.tar.gz + cd openzwave-1.6.1007 && make > /dev/null 2>&1 && make install > /dev/null 2>&1 ldconfig /usr/local/lib64 cd /opt/iobroker # echo "Openzwave is now installed..."