|
|
@ -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 |
|
|
|
|
|
|
|