diff --git a/easy-arch.sh b/easy-arch.sh index 3e9791c..216b57a 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -1,11 +1,8 @@ -#!/usr/bin/env bash +#!/usr/bin/env -S bash -e # Cleaning the TTY. clear -# Exit on STDERR. -set -e - # Selecting the target for the installation. PS3="Select the disk where Arch Linux is going to be installed: " select ENTRY in $(lsblk -dpnoNAME|grep -P "/dev/sd|nvme|vd"); @@ -106,8 +103,7 @@ cat > /mnt/etc/hosts <