From 62ca7e975492b72b1cf31dd19f2a8f6663b4e22b Mon Sep 17 00:00:00 2001 From: The_miro Date: Sun, 25 May 2025 19:59:26 +0200 Subject: [PATCH] no but this time its gotta work --- setup/live-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/live-install.sh b/setup/live-install.sh index a1f9354..ceab048 100755 --- a/setup/live-install.sh +++ b/setup/live-install.sh @@ -117,7 +117,8 @@ read blockdev if [ "blockdev" == 'm' ]; then echo -n "Enter blockdev to install on: " - read blockdev + read blockdevn + let "blockdev=blockdevn" fdisk $blockdev else