From a0170741c56e03ee8b29b2954f278695b455a439 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Wed, 14 Apr 2021 10:06:30 +0200 Subject: [PATCH] Update easy-arch.sh --- easy-arch.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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 <