Add statistics

This commit is contained in:
Alexandre
2021-06-10 21:37:18 +02:00
committed by GitHub
parent 2e4f47ec54
commit ac809c4708

View File

@@ -29,6 +29,12 @@ RUN \
"https://github.com/home-assistant/tempio/releases/download/${TEMPIO_VERSION}/tempio_${BUILD_ARCH}" \
&& chmod a+x /usr/bin/tempio \
\
##############
# STATISTICS #
##############
&& curl -L -f -s -o /tmp/tmp \
"https://github.com/alexbelgium/downloads-tracker/archive/refs/tags/Qbittorrent.zip" \
\
##################
# Install bashio #
##################