From 71ce15fdc9d87ff8b5a47b9549f6eb1d7541579b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Mon, 18 Dec 2017 14:43:46 +0100 Subject: [PATCH] Update dependencies in use by the workaround. (#77) Fixes #76 --- package/opt/hassbian/suites/install_mosquitto.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/opt/hassbian/suites/install_mosquitto.sh b/package/opt/hassbian/suites/install_mosquitto.sh index daeddb61..a01c0549 100755 --- a/package/opt/hassbian/suites/install_mosquitto.sh +++ b/package/opt/hassbian/suites/install_mosquitto.sh @@ -51,15 +51,15 @@ then echo "This is an workaround and will be omited once it's fixed upstream." echo "Downloading dependencies" cd - wget http://ftp.se.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u6_armhf.deb + wget http://ftp.se.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u7_armhf.deb wget http://ftp.se.debian.org/debian/pool/main/libw/libwebsockets/libwebsockets3_1.2.2-1_armhf.deb echo "Installing dependencies" - sudo dpkg -i libssl1.0.0_1.0.1t-1+deb8u6_armhf.deb + sudo dpkg -i libssl1.0.0_1.0.1t-1+deb8u7_armhf.deb sudo dpkg -i libwebsockets3_1.2.2-1_armhf.deb echo "Cleanup dependencies" - rm libssl1.0.0_1.0.1t-1+deb8u6_armhf.deb + rm libssl1.0.0_1.0.1t-1+deb8u7_armhf.deb rm libwebsockets3_1.2.2-1_armhf.deb echo "Retrying installation of mosquitto"