Update seedbox_installation.sh

This commit is contained in:
jerry048 2021-08-05 03:11:00 +08:00
parent 4a5e3738ed
commit b514aa97b4
1 changed files with 2 additions and 13 deletions

View File

@ -12,7 +12,7 @@ function Update {
## qBittorrent ## qBittorrent
function qBittorrent { function qBittorrent {
normal_1; echo "qBittorrent"; warn_2 warn_2
source <(wget -qO- https://raw.githubusercontent.com/jerry048/Seedbox-Components/main/Torrent%20Clients/qBittorrent/qBittorrent_install.sh) source <(wget -qO- https://raw.githubusercontent.com/jerry048/Seedbox-Components/main/Torrent%20Clients/qBittorrent/qBittorrent_install.sh)
qBittorrent_download qBittorrent_download
qBittorrent_install qBittorrent_install
@ -23,7 +23,7 @@ function qBittorrent {
## Deluge ## Deluge
function Deluge { function Deluge {
normal_1; echo "Deluge"; warn_2 warn_2
source <(wget -qO- https://raw.githubusercontent.com/jerry048/Seedbox-Components/main/Torrent%20Clients/Deluge/Deluge_install.sh) source <(wget -qO- https://raw.githubusercontent.com/jerry048/Seedbox-Components/main/Torrent%20Clients/Deluge/Deluge_install.sh)
Deluge_download Deluge_download
Deluge_install Deluge_install
@ -77,17 +77,6 @@ General-de:
path: /home/$username/ path: /home/$username/
action: remove-old-seeds action: remove-old-seeds
delete_data: true delete_data: true
M-Team-de:
client: Deluge
host: 127.0.0.1:$deport
username: $username
password: $password
strategies:
Ratio:
trackers:
- tracker.m-team.cc
upload_ratio: 3
delete_data: true
EOF EOF
fi fi
# qBittorrent # qBittorrent