Edit install.sh

This commit is contained in:
Aaron Honeycutt 2025-02-18 16:02:29 +00:00
parent cf07fd267e
commit cbb64273ae

View file

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