also added stopper before autoformat
parent
db25d722c3
commit
43587b770d
|
|
@ -1,6 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
echo "running lsblk..."
|
echo "running lsblk..."
|
||||||
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: "
|
echo -n "Enter blockdev to install on or m for manual partitioning: "
|
||||||
read blockdevtemp
|
read blockdevtemp
|
||||||
blockdev = ""
|
blockdev = ""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue