Skip to content

Commit

Permalink
Bump live-build requirement
Browse files Browse the repository at this point in the history
With this version, arm firmware are excluded from x86 isos, and the
other way round. In practice, it means that raspi-firmware won't be
installed on amd64 isos, and that's something we need.
  • Loading branch information
elboulangero committed Jan 10, 2024
1 parent 196e624 commit 96a7dee
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 @@ -227,8 +227,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:20230131+kali5"; then
echo "ERROR: You need live-build (>= 1:20230131+kali5), you have $ver_live_build" >&2
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
exit 1
fi
debug "ver_live_build: $ver_live_build"
Expand Down

0 comments on commit 96a7dee

Please sign in to comment.