1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-02 13:37:21 +02:00
This commit is contained in:
Marius 2024-04-10 21:10:14 +02:00
parent 8c3c457a98
commit 91b89adaf8

View File

@ -68,7 +68,7 @@ if [[ ! -d /themepark ]]; then
echo '---------------------------------------'
printf '\nDownloading qBittorrent to /temp\n'
if [[ -n ${QBITTORRENT_VERSION} ]]; then
git clone --depth 1 release-${QBITTORRENT_VERSION} https://github.com/qbittorrent/qBittorrent /temp
git clone --depth 1 -b release-${QBITTORRENT_VERSION} https://github.com/qbittorrent/qBittorrent /temp
else
git clone --depth 1 https://github.com/qbittorrent/qBittorrent /temp
fi