Update README.md

Debian bookworm, trixie... look like they need dh-dkms package as well.
This commit is contained in:
Josef Wells
2023-09-21 20:51:34 -05:00
committed by GitHub
parent df1565ad8e
commit a0469b8a12

View File

@@ -40,7 +40,7 @@ The implementation is minimalist and was done by reverse coding of Windows 10 so
## Manual Install
### Dependencies:
- Ubuntu/Debian:
```apt-get install build-essential linux-headers-$(uname -r) dkms```
```apt-get install build-essential linux-headers-$(uname -r) dkms dh-dkms```
- Fedora/CentOS/RHEL:
```yum install make automake gcc gcc-c++ kernel-devel kernel-headers dkms```
- ArchLinux: