Add jq to fresh Arch installations

This commit is contained in:
Manuel Thalmann 2024-07-15 20:20:44 +02:00
parent 8822cee673
commit 2427b82411

View file

@ -79,7 +79,7 @@ begin
and arch-chroot "$mountDir" mkinitcpio -P
and arch-chroot "$mountDir" bash "$tempDir/../Software/GRUB/install.sh"
and arch-chroot "$mountDir" bash "$tempDir/../Software/sudo/install.sh"
and pacstrap -K "$mountDir" fish nix tmux
and pacstrap -K "$mountDir" fish jq nix tmux
and USER_NAME="$USER_NAME" \
USER_DISPLAYNAME="$USER_DISPLAYNAME" \