From 6aa9096b72c39bbc30e5f1de3b3a02b169381136 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 22 Oct 2025 02:44:12 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/install.sh b/src/install.sh index 9190fd5..0395adc 100644 --- a/src/install.sh +++ b/src/install.sh @@ -261,12 +261,12 @@ PART="$TMP/partition.fdisk" sfdisk -q "$SYSTEM" < "$PART" MOUNT="$TMP/system" -rm -rf "$MOUNT" +rm -rf "$MOUNT" if ! makeDir "$MOUNT"; then error "Failed to create directory \"$MOUNT\" !" && exit 93 fi - + MSG="Extracting system partition..." info "Install: $MSG" && html "$MSG"