Skip to content

Commit

Permalink
Bump live-build requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
elboulangero committed Jul 2, 2024
1 parent 3499b2f commit 1834c9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ case "$IMAGE_TYPE" in
fi

ver_live_build=$(dpkg-query -f '${Version}' -W live-build)
if dpkg --compare-versions "$ver_live_build" lt "1:20230502+kali3"; then
echo "ERROR: You need live-build (>= 1:20230502+kali3), you have $ver_live_build" >&2
if dpkg --compare-versions "$ver_live_build" lt "1:20230502+kali4"; then
echo "ERROR: You need live-build (>= 1:20230502+kali4), you have $ver_live_build" >&2
exit 1
fi
debug "ver_live_build: $ver_live_build"
Expand Down

0 comments on commit 1834c9f

Please sign in to comment.