Add kernel dependency kmod

Signed-off-by: Laiq <meetlq@outlook.com>
pull/827/head
Laiq 2024-12-24 16:50:33 +08:00
parent 5a325c23d7
commit 060eacd973
No known key found for this signature in database
GPG Key ID: 8F02ABCFA1CE5CCB
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ Install the OS dependencies:
```bash
{
apt-get update
apt-get -y install socat conntrack ipset
apt-get -y install socat conntrack ipset kmod
}
```