1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-09-19 15:14:43 -04:00

Shortering code.

This commit is contained in:
Tommaso Chiti 2021-02-07 09:37:20 +01:00
parent 6ebc1472b9
commit fa1df31e1a

View File

@ -8,7 +8,7 @@ set -e
# Selecting the target for the installation.
echo "Select the disk where Arch Linux is going to be installed."
select ENTRY in $(lsblk -dpn -oNAME);
select ENTRY in $(lsblk -dpnoNAME);
do
DISK=$ENTRY
echo "Installing Arch Linux on $DISK."