contrib: Remove token_lists JSON files.

This commit is contained in:
parazyd
2023-06-21 12:30:26 +02:00
parent 39d47cc35b
commit 7da1d8e1b1
10 changed files with 22 additions and 222337 deletions

View File

@@ -45,7 +45,6 @@ The following dependencies are also required:
|----------------|------------------|
| git | git |
| make | make |
| jq | jq |
| gcc | gcc |
| pkg-config | pkg-config |
| alsa-lib | libasound2-dev |
@@ -55,7 +54,7 @@ following to install the required dependencies:
```shell
# apt-get update
# apt-get install -y git make jq gcc pkg-config libasound2-dev
# apt-get install -y git make gcc pkg-config libasound2-dev
```
Alternatively, users can try using the automated script under `contrib`