From 455f31a6fd4b88a19828f51f4648f17d57df64ca Mon Sep 17 00:00:00 2001 From: jerry048 Date: Thu, 5 Aug 2021 04:11:40 +0800 Subject: [PATCH] Update BBR.sh --- Miscellaneous/BBR/BBR.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Miscellaneous/BBR/BBR.sh b/Miscellaneous/BBR/BBR.sh index eaf22c6..890cd63 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/Miscellaneous/5.10.0/tcp_bbrx.c + wget https://raw.githubusercontent.com/jerry048/Seedbox-Components/main/Miscellaneous/BBR/5.10.0/tcp_bbrx.c kernel_ver=5.10.0 algo=bbrx bbr_file=tcp_$algo