Update packages before installation
This commit is contained in:
parent
875db7e07a
commit
5f0bb48408
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ echo "KEYMAP=$ARCH_KEYMAP" | arch-chroot "$ARCH_MOUNT_ROOT" tee /etc/vconsole.co
|
|||
echo "$ARCH_HOSTNAME" | arch-chroot "$ARCH_MOUNT_ROOT" tee /etc/hostname;
|
||||
arch-chroot "$ARCH_MOUNT_ROOT" mkinitcpio -P;
|
||||
|
||||
arch-chroot "$ARCH_MOUNT_ROOT" pacman -Syu;
|
||||
arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/../Software/GRUB/install.sh";
|
||||
arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/../Software/sudo/install.sh";
|
||||
pacstrap -K "$ARCH_MOUNT_ROOT" sddm;
|
||||
|
|
Loading…
Reference in a new issue