1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-09-19 15:14:43 -04:00
This commit is contained in:
Tommaso Chiti 2021-02-07 14:24:00 +01:00
parent adf0769f16
commit 7da3dcd7cf

View File

@ -10,7 +10,6 @@ set -e
PS3="Select the disk where Arch Linux is going to be installed: "
select ENTRY in $(lsblk -dpnoNAME|grep -P "/dev/sd|nvme");
do
echo "Available disks:"
DISK=$ENTRY
echo "Installing Arch Linux on $DISK."
break