From 8faed77b04f2f0cba57ef2f88d0608cb2986330e Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Wed, 14 Apr 2021 08:43:05 +0200 Subject: [PATCH] Update easy-arch.sh --- easy-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."