torrent : Some updates

This commit is contained in:
MatMoul 2018-10-13 01:25:09 +02:00
parent 6dc318a592
commit d9e7d61a21

View file

@ -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[@]}" \