From d53639b544b1338736699cf1cfbd4c0c6a755f6e Mon Sep 17 00:00:00 2001 From: The_miro Date: Sun, 25 May 2025 19:40:11 +0200 Subject: [PATCH] fixed disk formating --- setup/live-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/live-install.sh b/setup/live-install.sh index abc6827..1bb2120 100755 --- a/setup/live-install.sh +++ b/setup/live-install.sh @@ -114,7 +114,7 @@ echo "running lsblk..." lsblk echo -n "Enter blockdev to install on or m for manual partitioning: " read blockdev -if [ "$statecon" != '' ]; then +if [ "blockdev" == 'm' ]; then fdisk $blockdev