Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored Jul 11, 2024
1 parent 8c03a4c commit a7f07d8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,22 @@ Currently, 2 types of kernel variants are available. You can use anyone as per y
sudo apt install linux-t2-lts
```

3. Mainline Xanmod kernels:

If you want to install **Mainline Xanmod** kernels, install `linux-t2-xanmod` package:

```bash
sudo apt install linux-t2-xanmod
```

4. LTS Xanmod kernels:

If you want to install **LTS Xanmod** kernels, install `linux-t2-xanmod-lts` package:

```bash
sudo apt install linux-t2-xanmod-lts
```

Now, whenever a new kernel is released, you can use **Software updater** or run `sudo apt upgrade` to get it.

#### Changing kernel variant:
Expand Down

0 comments on commit a7f07d8

Please sign in to comment.