From 26bc15a7696e25a259104dd41359d62bba58829d Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sun, 14 Jul 2024 22:34:47 +0200 Subject: [PATCH] Add proper packages for system setup --- 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 286fa487..68f5b382 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" git fish nix + and pacstrap -K "$mountDir" fish nix tmux and USER_NAME="$USER_NAME" \ USER_DISPLAYNAME="$USER_DISPLAYNAME" \