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."