From bb0bfc8098023fd531531e20faf61affd758e958 Mon Sep 17 00:00:00 2001 From: jerry048 Date: Wed, 2 Feb 2022 03:23:20 +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 dac96f7..ef73ecb 100644 --- a/tweaking.sh +++ b/tweaking.sh @@ -465,7 +465,7 @@ EOF ## BBR function Tweaked_BBR { ## Update Kernel - normal_1; echo "Updating Kernel"; normal_2 + normal_1; echo "Updating Kernel"; normal_2 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