mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40:55 +00:00
PS3
This commit is contained in:
parent
64e50d996f
commit
7cae338fff
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue