From 43587b770d1a1949d51a8d53b4ceedd853b6c848 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 27 May 2025 09:32:04 +0200 Subject: [PATCH] also added stopper before autoformat --- setup/autoformat.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/autoformat.sh b/setup/autoformat.sh index 33498d9..47c8c94 100755 --- a/setup/autoformat.sh +++ b/setup/autoformat.sh @@ -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 = ""