From b012bf10371996758e6efb0355179c2fc0ca35e7 Mon Sep 17 00:00:00 2001 From: jerry048 Date: Wed, 2 Feb 2022 03:32:21 +0800 Subject: [PATCH] Update tweaking.sh --- tweaking.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tweaking.sh b/tweaking.sh index 4f0de65..5f43814 100644 --- a/tweaking.sh +++ b/tweaking.sh @@ -466,6 +466,7 @@ EOF function Tweaked_BBR { ## Update Kernel normal_1; echo "Updating Kernel"; normal_2 + distro_codename="$(source /etc/os-release && printf "%s" "${VERSION_CODENAME}")" 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