From fa1df31e1a1ed579c4b4f5c655f81d045caf1c3c Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Sun, 7 Feb 2021 09:37:20 +0100 Subject: [PATCH] Shortering code. --- easy-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-arch.sh b/easy-arch.sh index 4f3b6c4..f277a4b 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -8,7 +8,7 @@ set -e # Selecting the target for the installation. echo "Select the disk where Arch Linux is going to be installed." -select ENTRY in $(lsblk -dpn -oNAME); +select ENTRY in $(lsblk -dpnoNAME); do DISK=$ENTRY echo "Installing Arch Linux on $DISK."