Update tweaking.sh

This commit is contained in:
jerry048 2022-02-02 03:23:20 +08:00
parent 36f1ef61d0
commit bb0bfc8098
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ EOF
## BBR ## BBR
function Tweaked_BBR { function Tweaked_BBR {
## Update Kernel ## Update Kernel
normal_1; echo "Updating Kernel"; normal_2 normal_1; echo "Updating Kernel"; normal_2
if [[ $distro_codename = buster ]]; then if [[ $distro_codename = buster ]]; then
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 -qqyt buster-backports upgrade apt-get -qqy update && apt -qqyt buster-backports upgrade