From d9e7d61a21047f2ca5d6f7f20d8b78f1f373278e Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 13 Oct 2018 01:25:09 +0200 Subject: [PATCH] torrent : Some updates --- install/apps/internet/torrent | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/install/apps/internet/torrent b/install/apps/internet/torrent index c66ada7..ab9b54b 100644 --- a/install/apps/internet/torrent +++ b/install/apps/internet/torrent @@ -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[@]}" \