torrent : Some updates
This commit is contained in:
parent
6dc318a592
commit
d9e7d61a21
1 changed files with 6 additions and 4 deletions
|
@ -2,10 +2,12 @@
|
||||||
. ./lib
|
. ./lib
|
||||||
|
|
||||||
options=()
|
options=()
|
||||||
options+=("deluge" "" off)
|
options+=("transmission-gtk" "(GTK)" off)
|
||||||
options+=("qbittorrent" "" off)
|
options+=("transmission-qt" "(QT)" off)
|
||||||
options+=("ktorrent" "" off)
|
options+=("ktorrent" "(QT)" off)
|
||||||
options+=("tixati" "(AUR)" off)
|
options+=("qbittorrent" "(QT" off)
|
||||||
|
options+=("deluge" "(PYTHON)" off)
|
||||||
|
options+=("tixati" "(AUR) (GTK)" off)
|
||||||
|
|
||||||
sel=$(whiptail --backtitle "$apptitle" --title "Torrent applications :" --checklist "Choose what you want" --cancel-button "Back" 0 0 0 \
|
sel=$(whiptail --backtitle "$apptitle" --title "Torrent applications :" --checklist "Choose what you want" --cancel-button "Back" 0 0 0 \
|
||||||
"${options[@]}" \
|
"${options[@]}" \
|
||||||
|
|
Loading…
Reference in a new issue