replaced transmission with webtorrent desktop
This commit is contained in:
parent
518d03ded3
commit
02b26ae926
1 changed files with 5 additions and 5 deletions
10
setup.sh
10
setup.sh
|
@ -517,9 +517,9 @@ setup_timeshift() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
setup_transmission() {
|
setup_webtorrent_desktop() {
|
||||||
package_install \
|
package_install \
|
||||||
transmission-gtk \
|
webtorrent-desktop-bin \
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -680,7 +680,7 @@ options=(
|
||||||
"osu" "" off
|
"osu" "" off
|
||||||
"piper" "" off
|
"piper" "" off
|
||||||
"rust" "" off
|
"rust" "" off
|
||||||
"transmission" "" off
|
"webtorrent_desktop" "" off
|
||||||
"unity" "" off
|
"unity" "" off
|
||||||
"vim" "" off
|
"vim" "" off
|
||||||
"virtualbox" "" off
|
"virtualbox" "" off
|
||||||
|
@ -735,8 +735,8 @@ for choice in $choices; do
|
||||||
setup_piper;;
|
setup_piper;;
|
||||||
"rust")
|
"rust")
|
||||||
setup_rust;;
|
setup_rust;;
|
||||||
"transmission")
|
"webtorrent_desktop")
|
||||||
setup_transmission;;
|
setup_webtorrent_desktop;;
|
||||||
"unity")
|
"unity")
|
||||||
setup_unity;;
|
setup_unity;;
|
||||||
"vim")
|
"vim")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue