diff --git a/install.sh b/install.sh index da8dbcb..f392bb4 100644 --- a/install.sh +++ b/install.sh @@ -7,7 +7,10 @@ lsblk -f echo "----------" echo "Which drive do we want to use for this installation?" echo "For example /dev/sda or /dev/nvme0n1" -read driveName + +echo "" +read -p "Enter your choice: " driveName +echo "" ## Download Disko file cd /tmp