From b4990f62b475a01b82c71ecd2480ac67cbf59575 Mon Sep 17 00:00:00 2001 From: c0de Date: Thu, 15 Dec 2022 23:43:27 -0600 Subject: [PATCH] install jq --- scripts/install_system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_system.sh b/scripts/install_system.sh index 0008a08..016ce9b 100644 --- a/scripts/install_system.sh +++ b/scripts/install_system.sh @@ -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