diff --git a/docs/README_ubuntu.md b/docs/README_ubuntu.md index f9294d31..26464cc4 100644 --- a/docs/README_ubuntu.md +++ b/docs/README_ubuntu.md @@ -18,7 +18,6 @@ Our current backport supports the following OS Distribution. ## Prerequisite We have dependencies on the following packages - - dkms - make - debhelper - devscripts @@ -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 ```