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:
sudo apt-get install dkms
### Arch Linux/Manjaro:
sudo pacman -S dkms
To make use of the DKMS feature with this project, do the following:
If you successfully install the driver, the driver is installed on `/lib/modules/<linux version>/kernel/drivers/net/wireless/realtek/rtl8821cu`. Check the driver with the `ls` command: