update wording for the choices

This commit is contained in:
Aaron Honeycutt 2025-02-18 16:59:35 +00:00
parent 77f1f7b88e
commit e93ce9f428

View file

@ -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