1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-11-24 18:41:33 -05:00

Update install.sh

This commit is contained in:
TommyTran732 2021-05-22 02:06:57 -04:00 committed by tommytran732
parent 8f9b7d59a4
commit b29d0aab6c
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

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