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