From 133218a2922e7a883007f12db4ac41dcda277710 Mon Sep 17 00:00:00 2001 From: The_miro Date: Sun, 25 May 2025 20:15:55 +0200 Subject: [PATCH] plzzzz worky --- 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 0d6a03b..99ba6b5 100755 --- a/setup/live-install.sh +++ b/setup/live-install.sh @@ -154,7 +154,7 @@ if [ "$blockdev" == "" ]; then $blockdev = $blockdevnew fi -fdisk $blockdev +fdisk "$blockdev" echo "Formatting Complete"