Browse Source

føkk it

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

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

@ -36,11 +36,10 @@ if [[ ! -d /themepark ]]; then
printf '\nDownloading qBittorrent webui to "/themepark"..please wait\n'
svn export https://github.com/qbittorrent/qBittorrent/trunk/src/webui/www /themepark
printf '\nDownload finished\n\n'
printf '\nDownloading qBittorrent webui icons to "/themepark"..please wait\n'
svn export https://github.com/qbittorrent/qBittorrent/trunk/src/icons /temp
cp -a /temp/. /themepark/public
cp -a /temp/. /themepark/private
rm -rf /temp
printf '\nDownloading qBittorrent webui icons to "/themepark/public"..please wait\n'
svn export https://github.com/qbittorrent/qBittorrent/trunk/src/icons /themepark/public
printf '\nDownloading qBittorrent webui icons to "/themepark/private"..please wait\n'
svn export https://github.com/qbittorrent/qBittorrent/trunk/src/icons /themepark/private
printf '\nDownload finished\n\n'
fi

Loading…
Cancel
Save