diff --git a/easy-arch.sh b/easy-arch.sh index 038016a..672bcab 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -8,7 +8,7 @@ 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"); +select ENTRY in $(lsblk -dpnoNAME|grep -P "/dev/sd|nvme|vd"); do DISK=$ENTRY echo "Installing Arch Linux on $DISK."