Skip to content

Commit 4fbd75c

Browse files
committed
Update qbittorrent-nox-static.sh
1 parent 9e8e73a commit 4fbd75c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

qbittorrent-nox-static.sh

+6-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#################################################################################################################################################
2020
# Script version = Major minor patch
2121
#################################################################################################################################################
22-
script_version="2.0.11"
22+
script_version="2.0.12"
2323
#################################################################################################################################################
2424
# Set some script features - https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html
2525
#################################################################################################################################################
@@ -176,7 +176,11 @@ _set_default_values() {
176176
qbt_skip_icu="${qbt_skip_icu:-yes}"
177177

178178
# Env setting for the boost tag
179-
qbt_boost_tag="${qbt_boost_tag:-}"
179+
if [[ "${qbt_libtorrent_version}" == "1.2" ]]; then
180+
qbt_boost_tag="${qbt_boost_tag:-boost-1.86.0}"
181+
else
182+
qbt_boost_tag="${qbt_boost_tag:-}"
183+
fi
180184

181185
# Env setting for the libtorrent tag
182186
qbt_libtorrent_tag="${qbt_libtorrent_tag:-}"

0 commit comments

Comments
 (0)