Browse Source

sfsdf

pull/151/head
gilbN 4 years ago
parent
commit
c63ed40c5a
  1. 2
      qbittorrent/Dockerfile
  2. 4
      qbittorrent/root/etc/cont-init.d/98-themepark

2
qbittorrent/Dockerfile

@ -1,7 +1,7 @@
FROM scratch
RUN \
echo "::theme.park:: Installing svn package" && \
echo "THEMEPARK :: INFO :: Installing svn package" && \
apt-get update \
apt-get install subversion -y

4
qbittorrent/root/etc/cont-init.d/98-themepark

@ -26,12 +26,12 @@ if [[ ! -d /themepark ]]; then
echo '| Downloading WebUI files from github |'
echo '---------------------------------------'
svn export https://github.com/qbittorrent/qBittorrent/trunk/src/webui/www /themepark
printf 'Downloaded qBittorrent webui to "/themepark"\n'
printf '\nDownloaded qBittorrent webui to "/themepark"\n'
svn export https://github.com/qbittorrent/qBittorrent/trunk/src/icons /temp
cp -r /temp /themepark/public
cp -r /temp /themepark/private
rm -rf /temp
printf 'Downloaded qBittorrent webui icons to "/themepark"\n'
printf '\nDownloaded qBittorrent webui icons to "/themepark"\n'
fi
# Adding stylesheets

Loading…
Cancel
Save