From 18f4e3e9df086f651681cc814e5e0a4bd8b34faa Mon Sep 17 00:00:00 2001 From: jerry048 Date: Thu, 5 Aug 2021 13:59:38 +0800 Subject: [PATCH] update --- Miscellaneous/BBR/BBR.sh | 2 +- Torrent Clients/Deluge/Deluge_install.sh | 1 + tweaking.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Miscellaneous/BBR/BBR.sh b/Miscellaneous/BBR/BBR.sh index 5930c80..44c29b8 100644 --- a/Miscellaneous/BBR/BBR.sh +++ b/Miscellaneous/BBR/BBR.sh @@ -1,5 +1,5 @@ #!/bin/sh - +sleep 60s ## Installing BBR cd $HOME diff --git a/Torrent Clients/Deluge/Deluge_install.sh b/Torrent Clients/Deluge/Deluge_install.sh index a581f31..dfba0ab 100644 --- a/Torrent Clients/Deluge/Deluge_install.sh +++ b/Torrent Clients/Deluge/Deluge_install.sh @@ -1,5 +1,6 @@ libtorrent_Ver=1.1.14 Deluge_Ver=1.3.15 +dewebport=8112 function Deluge_download { normal_1; echo "Downloading Deluge and its dependencies"; normal_2 diff --git a/tweaking.sh b/tweaking.sh index ac50604..d2b9646 100644 --- a/tweaking.sh +++ b/tweaking.sh @@ -483,7 +483,7 @@ RemainAfterExit=true [Install] WantedBy=multi-user.target EOF - systemctl enable bbrinstall.service + systemctl enable bbrinstall.service && bbrx=1 }