also added stopper before autoformat
parent
db25d722c3
commit
43587b770d
|
|
@ -1,6 +1,8 @@
|
|||
#!/bin/bash
|
||||
echo "running lsblk..."
|
||||
lsblk
|
||||
echo "Press Enter Key to install; Ctrl+C to cancel if results are not as expected"
|
||||
read
|
||||
echo -n "Enter blockdev to install on or m for manual partitioning: "
|
||||
read blockdevtemp
|
||||
blockdev = ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue