Skip to content

Commit

Permalink
change link of ink2mqtt to james-fry instead of bouwew's since it's o…
Browse files Browse the repository at this point in the history
  • Loading branch information
accelle17 authored Oct 9, 2019
1 parent 7f31452 commit cc8f0c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ink2mqtt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV LANG C.UTF-8

MAINTAINER James Fry

LABEL Description="This image is used to start a script that will monitor for RF events on 433Mhz (configurable) and send the data to an MQTT server"
LABEL Description="This image is used to start a script that will monitor printer ink and send the data to an MQTT server"

#
# First install software packages needed to compile rtl_433 and to publish MQTT events
Expand All @@ -31,7 +31,7 @@ make && \
make install && \
apk add --no-cache mosquitto-clients jq && \
cd / && \
curl -L http://raw.githubusercontent.com/bouwew/hassio-addons/master/ink2mqtt/ink2mqtt.sh > ink2mqtt.sh && \
curl -L https://raw.githubusercontent.com/james-fry/hassio-addons/master/ink2mqtt/ink2mqtt.sh > ink2mqtt.sh && \
chmod +x /ink2mqtt.sh

#
Expand Down

0 comments on commit cc8f0c9

Please sign in to comment.