From 7a9cf8901fff8584c46da3d5e70cc8e751cff516 Mon Sep 17 00:00:00 2001 From: jerry048 Date: Thu, 5 Aug 2021 04:01:42 +0800 Subject: [PATCH] Fix bugs and bump kernel version --- Miscellaneous/BBR/BBR.sh | 2 +- tweaking.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Miscellaneous/BBR/BBR.sh b/Miscellaneous/BBR/BBR.sh index dbda91f..eaf22c6 100644 --- a/Miscellaneous/BBR/BBR.sh +++ b/Miscellaneous/BBR/BBR.sh @@ -5,7 +5,7 @@ function BBR_Install { ## This part of the script is modified from https://github.com/KozakaiAya/TCP_BBR apt-get -qqy install dkms apt-get -qqy install linux-headers-$(uname -r) - wget https://raw.githubusercontent.com/jerry048/Seedbox-Components/main/BBR/5.10.0/tcp_bbrx.c + wget https://raw.githubusercontent.com/jerry048/Seedbox-Components/main/BBR/Miscellaneous/5.10.0/tcp_bbrx.c kernel_ver=5.10.0 algo=bbrx bbr_file=tcp_$algo diff --git a/tweaking.sh b/tweaking.sh index 4e46585..b0257e6 100644 --- a/tweaking.sh +++ b/tweaking.sh @@ -467,7 +467,7 @@ function Tweaked_BBR { ## Update Kernel normal_1; echo "Updating Kernel"; normal_2 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 + apt-get -qqy update && apt-get -qqy install linux-image-5.10.0-0.bpo.8-amd64 ## Install tweaked BBR automatically on reboot wget https://raw.githubusercontent.com/jerry048/Seedbox-Components/main/Miscellaneous/BBR/BBR.sh && chmod +x BBR.sh cat << EOF > /etc/systemd/system/bbrinstall.service