DKMS is a system which will automatically recompile and install a kernel module when a new kernel gets installed or updated. To make use of DKMS, install the dkms package.
DKMS is a system which will automatically recompile and install a kernel module when a new kernel gets installed or updated. To make use of DKMS, install the dkms package.
### Debian/Ubuntu:
### Debian/Ubuntu:
```
sudo apt-get install dkms
sudo apt-get install dkms
```
### Arch Linux/Manjaro:
### Arch Linux/Manjaro:
```
sudo pacman -S dkms
sudo pacman -S dkms
```
To make use of the DKMS feature with this project, do the following:
To make use of the **DKMS** feature with this project, do the following: