From abad516efcb04186981f5ccfe4d85aa24dc8d018 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 15 Jul 2024 20:20:44 +0200 Subject: [PATCH] Add `jq` to fresh Arch installations --- scripts/Arch/OS/setup.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Arch/OS/setup.fish b/scripts/Arch/OS/setup.fish index 68f5b382..2c791f93 100644 --- a/scripts/Arch/OS/setup.fish +++ b/scripts/Arch/OS/setup.fish @@ -71,7 +71,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" \