mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-05-04 03:09:16 +00:00
rutorrent: add material theme by phlo
This commit is contained in:
parent
423f3148d5
commit
e34f8ca38e
@ -75,6 +75,9 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap
|
|||||||
&& cd /var/www/rutorrent/plugins/theme/themes \
|
&& cd /var/www/rutorrent/plugins/theme/themes \
|
||||||
&& git clone https://github.com/exetico/FlatUI.git \
|
&& git clone https://github.com/exetico/FlatUI.git \
|
||||||
&& mv FlatUI/FlatUI_* . && rm -rf FlatUI \
|
&& mv FlatUI/FlatUI_* . && rm -rf FlatUI \
|
||||||
|
&& mkdir Material && cd Material \
|
||||||
|
&& wget http://www.sendbox.fr/a542c550bcde658d/MaterialDesign.zip \
|
||||||
|
&& unzip MaterialDesign.zip && rm MaterialDesign.zip \
|
||||||
&& mv /var/www/rutorrent /var/www/torrent \
|
&& mv /var/www/rutorrent /var/www/torrent \
|
||||||
&& mkdir /filebot \
|
&& mkdir /filebot \
|
||||||
&& wget -q http://downloads.sourceforge.net/project/filebot/filebot/FileBot_${FILEBOT_VER}/FileBot_${FILEBOT_VER}-portable.zip -P /tmp \
|
&& wget -q http://downloads.sourceforge.net/project/filebot/filebot/FileBot_${FILEBOT_VER}/FileBot_${FILEBOT_VER}-portable.zip -P /tmp \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user