1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-09-19 15:14:43 -04:00
This commit is contained in:
Tommaso Chiti 2021-02-07 09:49:38 +01:00
parent 64e50d996f
commit 7cae338fff

View File

@ -7,7 +7,7 @@ clear
set -e
# 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);
do
DISK=$ENTRY