mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
update wording for the choices
This commit is contained in:
parent
77f1f7b88e
commit
e93ce9f428
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ echo "Which drive do we want to use for this installation?"
|
|||
echo "For example /dev/sda or /dev/nvme0n1"
|
||||
|
||||
echo ""
|
||||
read -p "Enter your choice: " driveName
|
||||
read -p "Enter your drive choice: " driveName
|
||||
echo ""
|
||||
|
||||
## Download Disko file
|
||||
|
@ -52,7 +52,7 @@ Which device are you installing to?
|
|||
EOF
|
||||
|
||||
echo ""
|
||||
read -p "Enter your choice: " hostChoice
|
||||
read -p "Enter your device choice: " hostChoice
|
||||
echo ""
|
||||
|
||||
## Workaround for `no free space` error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue