From ac809c47082e15c0e1d265dfcbbe7cb48b176ba2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 10 Jun 2021 21:37:18 +0200 Subject: [PATCH] Add statistics --- qbittorrent/Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index e4a446d12..ea4332dd0 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -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 # ##################