Skip to content

Commit

Permalink
Debian: Fix indentation (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored Mar 29, 2024
1 parent d4c07ec commit 2f9a3df
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/distributions/debian/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,25 +61,25 @@ After installation, we need to install a kernel having patches to support the T2

* If your distro is Ubuntu based:

You need to additionally add the **release specific** apt repo for kernels. Follow the steps given [here](https://github.com/AdityaGarg8/t2-ubuntu-repo?tab=readme-ov-file#adding-the-release-specific-apt-repo). After adding the repo, install the `linux-t2` package:
You need to additionally add the **release specific** apt repo for kernels. Follow the steps given [here](https://github.com/AdityaGarg8/t2-ubuntu-repo?tab=readme-ov-file#adding-the-release-specific-apt-repo). After adding the repo, install the `linux-t2` package:

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

* If your distro is Debian based:

In this case, you need to install the kernel upgrade script:
In this case, you need to install the kernel upgrade script:

```bash
sudo apt install t2-kernel-script-debian
```
```bash
sudo apt install t2-kernel-script-debian
```

Then upgrade your kernel to a T2 kernel by running:
Then upgrade your kernel to a T2 kernel by running:

```bash
update_t2_kernel
```
```bash
update_t2_kernel
```

5. Install the audio configuration files by running:

Expand Down

0 comments on commit 2f9a3df

Please sign in to comment.