Update install.sh

This commit is contained in:
Kroese 2025-10-22 02:44:12 +02:00 committed by GitHub
parent a0328e1e9c
commit 6aa9096b72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"