From b29d0aab6c03b1bc566c95d5285b71b8ca6da2be Mon Sep 17 00:00:00 2001 From: TommyTran732 <57488583+tommytran732@users.noreply.github.com> Date: Sat, 22 May 2021 02:06:57 -0400 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a079a6e..d2f29c6 100644 --- a/install.sh +++ b/install.sh @@ -37,7 +37,7 @@ fi # 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."