Browse Source

lol

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

4
qbittorrent/Dockerfile

@ -1,9 +1,5 @@
FROM scratch
RUN \
apt-get update && \
apt-get install -y \
subversion
# copy local files
COPY root/ /

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

@ -4,6 +4,14 @@ echo '------------------------------'
echo '| qBittorrent theme.park Mod |'
echo '------------------------------'
if [[ ! -d /usr/bin/svn ]]; then
echo '--------------------------'
echo '| Installing svn package |'
echo '--------------------------'
apt-get update && \
apt-get install -y subversion
fi
# Display variables for troubleshooting
echo -e "Variables set:\\n\
'TP_DOMAIN'=${TP_DOMAIN}\\n\

Loading…
Cancel
Save