From 7da3dcd7cfd8e4e30b65eaf03d585746f55c2bdb Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Sun, 7 Feb 2021 14:24:00 +0100 Subject: [PATCH] Errors. --- easy-arch.sh | 1 - 1 file changed, 1 deletion(-) 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