From 5e27d680ab29d96a78f653b6cb5ca53d5e61eac0 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Tue, 3 May 2016 19:18:39 +0200 Subject: [PATCH] rutorrent: use git for downloading material theme --- rutorrent/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rutorrent/Dockerfile b/rutorrent/Dockerfile index d48bf8d..c8275ef 100644 --- a/rutorrent/Dockerfile +++ b/rutorrent/Dockerfile @@ -75,9 +75,7 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap && cd /var/www/rutorrent/plugins/theme/themes \ && git clone https://github.com/exetico/FlatUI.git \ && mv FlatUI/FlatUI_* . && rm -rf FlatUI \ - && mkdir Material && cd Material \ - && wget http://www.sendbox.fr/a542c550bcde658d/MaterialDesign.zip \ - && unzip MaterialDesign.zip && rm MaterialDesign.zip \ + && git clone https://github.com/Phlooo/ruTorrent-MaterialDesign.git Material \ && mv /var/www/rutorrent /var/www/torrent \ && mkdir /filebot \ && wget -q http://downloads.sourceforge.net/project/filebot/filebot/FileBot_${FILEBOT_VER}/FileBot_${FILEBOT_VER}-portable.zip -P /tmp \