From d82cafd7b99997fc6bbf81a46c8ec0bfea943888 Mon Sep 17 00:00:00 2001 From: jerry048 Date: Thu, 5 Aug 2021 03:48:27 +0800 Subject: [PATCH] Update tweaking.sh --- tweaking.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tweaking.sh b/tweaking.sh index cbc702c..4e46585 100644 --- a/tweaking.sh +++ b/tweaking.sh @@ -469,7 +469,7 @@ function Tweaked_BBR { echo "deb http://deb.debian.org/debian buster-backports main" | sudo tee -a /etc/apt/sources.list apt-get -qqy update && apt-get -qqy install linux-image-5.10.0-0.bpo.7-amd64 ## Install tweaked BBR automatically on reboot - wget https://raw.githubusercontent.com/jerry048/Seedbox-Components/main/BBR/BBR.sh && chmod +x BBR.sh + wget https://raw.githubusercontent.com/jerry048/Seedbox-Components/main/Miscellaneous/BBR/BBR.sh && chmod +x BBR.sh cat << EOF > /etc/systemd/system/bbrinstall.service [Unit] Description=BBRinstall @@ -484,7 +484,6 @@ RemainAfterExit=true WantedBy=multi-user.target EOF systemctl enable bbrinstall.service - tput setb 4 }