Bump live-build requirement

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.
merge-requests/18/merge
Arnaud Rebillout 1 year ago
parent 196e624229
commit 96a7dee687
No known key found for this signature in database
GPG Key ID: E725E87914600216

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

Loading…
Cancel
Save