install jq

This commit is contained in:
c0de 2022-12-15 23:43:27 -06:00
parent 97c08b197c
commit b4990f62b4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ pacman-key --init
# Install the system
pacstrap -K /mnt base linux linux-firmware rng-tools grub parted \
sudo openssh ufw cloud-utils nomad nomad-driver-nspawn \
git vim htop bmon
git vim htop bmon jq
# Clear the cache
arch-chroot /mnt pacman -Scc --noconfirm