From e93ce9f4284fbad668c25b507a605e72b50ef863 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 18 Feb 2025 16:59:35 +0000 Subject: [PATCH] update wording for the choices --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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