diff --git a/easy-arch.sh b/easy-arch.sh index 3b2b7f0..3a37a9c 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -10,7 +10,6 @@ set -e PS3="Select the disk where Arch Linux is going to be installed: " select ENTRY in $(lsblk -dpnoNAME|grep -P "/dev/sd|nvme"); do - echo "Available disks:" DISK=$ENTRY echo "Installing Arch Linux on $DISK." break