Add proper packages for system setup
This commit is contained in:
parent
b0608a95f5
commit
26bc15a769
|
@ -71,7 +71,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 fish nix
|
and pacstrap -K "$mountDir" fish nix tmux
|
||||||
|
|
||||||
and USER_NAME="$USER_NAME" \
|
and USER_NAME="$USER_NAME" \
|
||||||
USER_DISPLAYNAME="$USER_DISPLAYNAME" \
|
USER_DISPLAYNAME="$USER_DISPLAYNAME" \
|
||||||
|
|
Loading…
Reference in a new issue