mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-09 20:21:34 -05:00
PS3
This commit is contained in:
parent
64e50d996f
commit
7cae338fff
@ -7,7 +7,7 @@ clear
|
|||||||
set -e
|
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."
|
PS3="Select the disk where Arch Linux is going to be installed: "
|
||||||
select ENTRY in $(lsblk -dpnoNAME);
|
select ENTRY in $(lsblk -dpnoNAME);
|
||||||
do
|
do
|
||||||
DISK=$ENTRY
|
DISK=$ENTRY
|
||||||
|
Loading…
Reference in New Issue
Block a user