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
|
||||
|
||||
options=()
|
||||
options+=("deluge" "" off)
|
||||
options+=("qbittorrent" "" off)
|
||||
options+=("ktorrent" "" off)
|
||||
options+=("tixati" "(AUR)" off)
|
||||
options+=("transmission-gtk" "(GTK)" off)
|
||||
options+=("transmission-qt" "(QT)" off)
|
||||
options+=("ktorrent" "(QT)" 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 \
|
||||
"${options[@]}" \
|
||||
|
|
Loading…
Reference in a new issue