From 59023ecfce2ad49074e145a3c4862a16b6345d5a Mon Sep 17 00:00:00 2001 From: Arnaud Rebillout Date: Tue, 4 Apr 2023 14:38:32 +0700 Subject: [PATCH] Bump simple-cdd requirement to 0.6.9 Just so that it's a Debian version, it looks neater. --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 6281e03..14a2bcc 100755 --- a/build.sh +++ b/build.sh @@ -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"