mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 11:30:55 +00:00
Update easy-arch.sh
Removed an lsblk option.
This commit is contained in:
parent
17af10cb64
commit
0e3e18b0f4
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ timedatectl set-ntp true
|
|||
|
||||
# Selecting the target for the installation.
|
||||
echo "Select the disk where Arch Linux is going to be installed."
|
||||
select ENTRY in $(lsblk -dpn -I 8 -oNAME);
|
||||
select ENTRY in $(lsblk -dpn -oNAME);
|
||||
do
|
||||
DISK=$ENTRY
|
||||
echo "Installing Arch Linux on $DISK."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue