From 29485d0d6321639fa61f04b7ba1a1892e5dff7dc Mon Sep 17 00:00:00 2001 From: jerry048 <61510650+jerry048@users.noreply.github.com> Date: Sat, 11 Mar 2023 17:03:10 +0800 Subject: [PATCH] Update BBR.sh --- Miscellaneous/BBR/BBR.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Miscellaneous/BBR/BBR.sh b/Miscellaneous/BBR/BBR.sh index df8869e..4e27ca9 100644 --- a/Miscellaneous/BBR/BBR.sh +++ b/Miscellaneous/BBR/BBR.sh @@ -11,8 +11,8 @@ if [[ $distro_codename = buster ]]; then wget https://raw.githubusercontent.com/jerry048/Seedbox-Components/main/Miscellaneous/BBR/5.10.0/tcp_bbrx.c kernel_ver=5.10.0 elif [[ $distro_codename = bullseye ]] ; then - wget https://raw.githubusercontent.com/jerry048/Seedbox-Components/main/Miscellaneous/BBR/6.0.0/tcp_bbrx.c - kernel_ver=6.0.0 + wget https://raw.githubusercontent.com/jerry048/Seedbox-Components/main/Miscellaneous/BBR/5.15.0/tcp_bbrx.c + kernel_ver=5.15.0 fi algo=bbrx bbr_file=tcp_$algo