Install fish and nix on setup

This commit is contained in:
Manuel Thalmann 2024-07-13 15:12:01 +02:00
parent b664ecd82c
commit 6c27845e5e

View file

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