no but this time its gotta work

main
The_miro 2025-05-25 19:59:26 +02:00
parent ddef39d01c
commit 62ca7e9754
1 changed files with 2 additions and 1 deletions

View File

@ -117,7 +117,8 @@ read blockdev
if [ "blockdev" == 'm' ]; then if [ "blockdev" == 'm' ]; then
echo -n "Enter blockdev to install on: " echo -n "Enter blockdev to install on: "
read blockdev read blockdevn
let "blockdev=blockdevn"
fdisk $blockdev fdisk $blockdev
else else