diff --git a/scripts/Arch/OS/setup.fish b/scripts/Arch/OS/setup.fish index e69c8d7e..a4159617 100644 --- a/scripts/Arch/OS/setup.fish +++ b/scripts/Arch/OS/setup.fish @@ -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" \