Skip to content

Commit 60556f6

Browse files
committed
Remove update_parts() from UEFI partition creation
1 parent d7c7c1e commit 60556f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alez.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ if [[ "${install_type}" =~ ^(u|U)$ ]]; then
550550
fi
551551

552552
partinfo="$(get_parts)"
553-
update_parts
553+
plength="$(echo "${partinfo}" | wc -l)"
554554

555555
# shellcheck disable=SC2086
556556
msg="Enter the number of the partition above that you want to use for an esp.\n\n"

0 commit comments

Comments
 (0)