mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-13 03:23:01 -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 "----------"
|
||||||
echo "Which drive do we want to use for this installation?"
|
echo "Which drive do we want to use for this installation?"
|
||||||
echo "For example /dev/sda or /dev/nvme0n1"
|
echo "For example /dev/sda or /dev/nvme0n1"
|
||||||
read driveName
|
|
||||||
|
echo ""
|
||||||
|
read -p "Enter your choice: " driveName
|
||||||
|
echo ""
|
||||||
|
|
||||||
## Download Disko file
|
## Download Disko file
|
||||||
cd /tmp
|
cd /tmp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue