mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-13 03:23:01 -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 "For example /dev/sda or /dev/nvme0n1"
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
read -p "Enter your choice: " driveName
|
read -p "Enter your drive choice: " driveName
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
## Download Disko file
|
## Download Disko file
|
||||||
|
@ -52,7 +52,7 @@ Which device are you installing to?
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
read -p "Enter your choice: " hostChoice
|
read -p "Enter your device choice: " hostChoice
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
## Workaround for `no free space` error
|
## Workaround for `no free space` error
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue