mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-01-04 15:12:58 +02:00
new openzwave version
This commit is contained in:
10
README.md
10
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)
|
||||
|
||||
@@ -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..."
|
||||
|
||||
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user