mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Edit install.sh
This commit is contained in:
parent
cf07fd267e
commit
cbb64273ae
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue