mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40:55 +00:00
Shortering code.
This commit is contained in:
parent
6ebc1472b9
commit
fa1df31e1a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ set -e
|
||||||
|
|
||||||
# Selecting the target for the installation.
|
# Selecting the target for the installation.
|
||||||
echo "Select the disk where Arch Linux is going to be installed."
|
echo "Select the disk where Arch Linux is going to be installed."
|
||||||
select ENTRY in $(lsblk -dpn -oNAME);
|
select ENTRY in $(lsblk -dpnoNAME);
|
||||||
do
|
do
|
||||||
DISK=$ENTRY
|
DISK=$ENTRY
|
||||||
echo "Installing Arch Linux on $DISK."
|
echo "Installing Arch Linux on $DISK."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue