From c8c118d5d02b498428a19558b485cb3e2cca6d67 Mon Sep 17 00:00:00 2001 From: jerry048 Date: Wed, 2 Feb 2022 03:41:17 +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 5f43814..1cecce3 100644 --- a/tweaking.sh +++ b/tweaking.sh @@ -470,7 +470,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 + elif [[ $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