Update tweaking.sh

This commit is contained in:
jerry048 2021-08-05 03:48:27 +08:00
parent 4f21170c79
commit d82cafd7b9
1 changed files with 1 additions and 2 deletions

View File

@ -469,7 +469,7 @@ function Tweaked_BBR {
echo "deb http://deb.debian.org/debian buster-backports main" | sudo tee -a /etc/apt/sources.list 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.7-amd64
## Install tweaked BBR automatically on reboot ## 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 cat << EOF > /etc/systemd/system/bbrinstall.service
[Unit] [Unit]
Description=BBRinstall Description=BBRinstall
@ -484,7 +484,6 @@ RemainAfterExit=true
WantedBy=multi-user.target WantedBy=multi-user.target
EOF EOF
systemctl enable bbrinstall.service systemctl enable bbrinstall.service
tput setb 4
} }