Fixes deconz otau download issues (#608)

* Fixes for #607

Dry coded

* Move mkdir from ikea to run.sh

* Fix indenting

* Adding release
This commit is contained in:
Robbert Müller
2019-06-11 08:19:50 +02:00
committed by Pascal Vizeli
parent 12cadc073a
commit 2f832a9bf1
4 changed files with 11 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2.6
- Adding missing dependencies of deconz
- Create otau storage directory on start
## 2.5
- Corrects error in installation instructions steps

View File

@@ -22,6 +22,9 @@ RUN apt-get update \
libqt5websockets5 \
libqt5widgets5 \
sqlite3 \
iputils-ping \
iproute2 \
wget \
&& rm -rf /var/lib/apt/lists/* \
&& if [ "${BUILD_ARCH}" = "armhf" ] || [ "${BUILD_ARCH}" = "aarch64" ]; \
then \

View File

@@ -1,6 +1,6 @@
{
"name": "deCONZ",
"version": "2.5",
"version": "2.6",
"slug": "deconz",
"description": "Control a ZigBee network with Conbee or RaspBee by Dresden Elektronik",
"arch": ["amd64", "armhf"],

View File

@@ -1,6 +1,8 @@
#!/usr/bin/env bashio
set -e
mkdir -p "/data/otau"
# shellcheck disable=SC1091
. /discovery.sh