From 6f9612237ae1c7b4857b355f4a27eccb8c3f07c0 Mon Sep 17 00:00:00 2001 From: jerry048 Date: Wed, 2 Feb 2022 03:26:56 +0800 Subject: [PATCH] Update tweaking.sh --- tweaking.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweaking.sh b/tweaking.sh index ef73ecb..4f0de65 100644 --- a/tweaking.sh +++ b/tweaking.sh @@ -469,7 +469,7 @@ function Tweaked_BBR { if [[ $distro_codename = buster ]]; then 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 - else if [[ $distro_codename = bullseye ]] ; then + else if [[ $distro_codename = bullseye ]]; then echo "deb http://deb.debian.org/debian bullseye-backports main" | sudo tee -a /etc/apt/sources.list apt-get -qqy update && apt -qqyt bullseye-backports upgrade fi