also added stopper before autoformat

main
The_miro 2025-05-27 09:32:04 +02:00
parent db25d722c3
commit 43587b770d
1 changed files with 2 additions and 0 deletions

View File

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