Update qBittorrent_install.sh
This commit is contained in:
parent
de4d8ae6dd
commit
4f8db62e72
|
@ -5,7 +5,7 @@ function qBittorrent_download {
|
||||||
select opt in "${options[@]}"
|
select opt in "${options[@]}"
|
||||||
do
|
do
|
||||||
case $opt in
|
case $opt in
|
||||||
"qBittorrent 4.1.9. - libtorrent-1_1_14")
|
"qBittorrent 4.1.9 - libtorrent-1_1_14")
|
||||||
qBver=4.1.9 && libver=libtorrent-1_1_14; break
|
qBver=4.1.9 && libver=libtorrent-1_1_14; break
|
||||||
;;
|
;;
|
||||||
"qBittorrent 4.1.9.1 - libtorrent-1_1_14")
|
"qBittorrent 4.1.9.1 - libtorrent-1_1_14")
|
||||||
|
|
Loading…
Reference in New Issue