From 02b26ae926c9a46f20b5b29718171048423c0041 Mon Sep 17 00:00:00 2001 From: developomp Date: Tue, 7 Sep 2021 10:12:16 +0900 Subject: [PATCH] replaced transmission with webtorrent desktop --- setup.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.sh b/setup.sh index 6a21c01..147d287 100755 --- a/setup.sh +++ b/setup.sh @@ -517,9 +517,9 @@ setup_timeshift() { } -setup_transmission() { +setup_webtorrent_desktop() { package_install \ - transmission-gtk \ + webtorrent-desktop-bin \ } @@ -680,7 +680,7 @@ options=( "osu" "" off "piper" "" off "rust" "" off - "transmission" "" off + "webtorrent_desktop" "" off "unity" "" off "vim" "" off "virtualbox" "" off @@ -735,8 +735,8 @@ for choice in $choices; do setup_piper;; "rust") setup_rust;; - "transmission") - setup_transmission;; + "webtorrent_desktop") + setup_webtorrent_desktop;; "unity") setup_unity;; "vim")