Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/README_ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Our current backport supports the following OS Distribution.

## Prerequisite
We have dependencies on the following packages
- dkms
- make
- debhelper
- devscripts
Expand All @@ -28,9 +27,9 @@ We have dependencies on the following packages
- mawk

```
$ sudo apt install dkms make debhelper devscripts build-essential flex bison mawk
$ sudo apt install make debhelper devscripts build-essential flex bison mawk
```
For DKMS modules, we need to install `dkms` package too.
For i915 DKMS packages, we need to install `dkms` package too.
```
$ sudo apt install dkms
```
Expand Down