Bump simple-cdd requirement to 0.6.9

Just so that it's a Debian version, it looks neater.
merge-requests/18/merge
Arnaud Rebillout 2 years ago
parent 17f0a70d80
commit 59023ecfce
No known key found for this signature in database
GPG Key ID: E725E87914600216

@ -253,8 +253,8 @@ case "$IMAGE_TYPE" in
debug "ver_debian_cd: $ver_debian_cd"
ver_simple_cdd=$(dpkg-query -f '${Version}' -W simple-cdd)
if dpkg --compare-versions "$ver_simple_cdd" lt 0.6.8~kali2; then
echo "ERROR: You need simple-cdd (>= 0.6.8~kali2), you have $ver_simple_cdd" >&2
if dpkg --compare-versions "$ver_simple_cdd" lt 0.6.9; then
echo "ERROR: You need simple-cdd (>= 0.6.9), you have $ver_simple_cdd" >&2
exit 1
fi
debug "ver_simple_cdd: $ver_simple_cdd"

Loading…
Cancel
Save