diff --git a/Amelia.sh b/Amelia.sh index b58c498..9dc2aa7 100644 --- a/Amelia.sh +++ b/Amelia.sh @@ -2,7 +2,7 @@ # Amelia Installer # Source: https://gitlab.com/prism7/archery -# Version: 9.3.1 +# Version: 9.3.2 set -euo pipefail ################################################################################################### @@ -4552,7 +4552,7 @@ ${magenta}###${nc}------------------------------------${magenta}[ ${bwhite}Encry -----------------------------------------" YELLOW " - ### ESP cannot be mounted at ${nc}'/efi' ${yellow}when using Grub on a LUKS encrypted Root partition + ### ESP cannot be mounted on ${nc}'/efi' ${yellow}when using Grub on a LUKS encrypted Root partition > Change ESP mountpoint to ${nc}'/boot' ${yellow}instead ? [Y/n] " @@ -6292,7 +6292,7 @@ ${magenta}###${nc}-------------------------------------${magenta}[ ${bwhite}Pacs " read -r -s -n 1 - if pacstrap -K /mnt ${deskpkgs} ; then + if pacstrap -K /mnt ${deskpkgs} 2> ${log} ; then if [[ "${fs}" == "2" ]]; then genfstab -t PARTUUID /mnt >> /mnt/etc/fstab || err_abort sleep 0.2