pull/1/head
beech 2 years ago
parent f65809c3c1
commit 9f91c6e8ab
  1. 6
      install1-ex.sh

@ -81,6 +81,10 @@ echo "-------------------------------------------------"
genfstab -U -p /mnt >> /mnt/etc/fstab genfstab -U -p /mnt >> /mnt/etc/fstab
# chroot
arch-chroot /mnt
curl https://git.merlinslair.net/beech/ArchScripts/raw/branch/experimental/install2-ex.sh -o install2.sh
echo "-------------------------------------------------" echo "-------------------------------------------------"
echo "Finished install script 1. Please run [arch-chroot /mnt], and move on to the 2nd installer." echo "Finished install script 1. Please run install2.sh"
echo "-------------------------------------------------" echo "-------------------------------------------------"