Bump debian-cd requirement to 3.1.36

This is in preparation for next commit
merge-requests/18/merge
Arnaud Rebillout 2 years ago
parent a1c636e7a6
commit 7e8fc6d6b3
No known key found for this signature in database
GPG Key ID: E725E87914600216

@ -246,8 +246,8 @@ case "$IMAGE_TYPE" in
fi
ver_debian_cd=$(dpkg-query -f '${Version}' -W debian-cd)
if dpkg --compare-versions "$ver_debian_cd" lt 3.1.28~kali1; then
echo "ERROR: You need debian-cd (>= 3.1.28~kali1), you have $ver_debian_cd" >&2
if dpkg --compare-versions "$ver_debian_cd" lt 3.1.36; then
echo "ERROR: You need debian-cd (>= 3.1.36), you have $ver_debian_cd" >&2
exit 1
fi
debug "ver_debian_cd: $ver_debian_cd"

Loading…
Cancel
Save