mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40:55 +00:00
Errors.
This commit is contained in:
parent
adf0769f16
commit
7da3dcd7cf
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ set -e
|
||||||
PS3="Select the disk where Arch Linux is going to be installed: "
|
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");
|
||||||
do
|
do
|
||||||
echo "Available disks:"
|
|
||||||
DISK=$ENTRY
|
DISK=$ENTRY
|
||||||
echo "Installing Arch Linux on $DISK."
|
echo "Installing Arch Linux on $DISK."
|
||||||
break
|
break
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue