From 293300eef77366927e5268ebc41c10388b7d19ea Mon Sep 17 00:00:00 2001 From: NANI <57297120+UJX6N@users.noreply.github.com> Date: Thu, 8 Feb 2024 09:09:25 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d66564a..a5ec365 100644 --- a/README.md +++ b/README.md @@ -42,14 +42,14 @@ in the `/etc/sysctl.conf` file.    ( `fq` is the only recommended pack
### 2) download officaial linux kernel - say 6.2.1 - wget https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.18.tar.xz + say 6.1.77 + wget https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.77.tar.xz

### 3) extract the tarball & cd extracted directory - tar xvf linux-6.1.18.tar.xz && cd linux-6.1.18 + tar xvf linux-6.1.77.tar.xz && cd linux-6.1.77