diff --git a/install.sh b/install.sh index d371561..445b130 100644 --- a/install.sh +++ b/install.sh @@ -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