mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-09 20:21:34 -05:00
Shortering code.
This commit is contained in:
parent
6ebc1472b9
commit
fa1df31e1a
@ -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…
Reference in New Issue
Block a user