Update BBR.sh

This commit is contained in:
jerry048 2023-03-11 17:03:10 +08:00 committed by GitHub
parent 3b43fa9c1c
commit 29485d0d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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