Remove jq from the depends list

This commit is contained in:
Kris Moore
2021-03-12 12:55:59 -05:00
parent d72bab8750
commit cd9ccd32b8

View File

@@ -14,12 +14,11 @@ In addition to the host, you will want to pre-install the following packages:
* build-essential
* debootstrap
* jq
* git
* squashfs-tools
* unzip
``` % sudo apt install build-essential debootstrap jq git squashfs-tools unzip```
``` % sudo apt install build-essential debootstrap git squashfs-tools unzip```
## Usage