Update libjson-perl dependency example in apt command

This commit is contained in:
Waqar Ahmed
2021-05-11 01:07:39 +05:00
committed by Waqar Ahmed
parent c6a6157dfc
commit 276c8075fc

View File

@@ -22,13 +22,12 @@ In addition to the host, you will want to pre-install the following packages:
* debootstrap
* libjson-perl
* git
* grub-pc-bin
* python3-pip
* python3-venv
* squashfs-tools
* unzip
``` % sudo apt install build-essential debootstrap git grub-pc-bin python3-pip python3-venv squashfs-tools unzip```
``` % sudo apt install build-essential debootstrap git python3-pip python3-venv squashfs-tools unzip libjson-perl```
## Usage