Update tweaking.sh
This commit is contained in:
parent
36f1ef61d0
commit
bb0bfc8098
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue