mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-22 01:50:56 -07:00
Fix for use with Debian.
Former-commit-id: b64c2f9d205468e756cefe38720b137858bd755e Former-commit-id: 43fdefb6e0c9cdcbbdc5532fd95c455b470f9330
This commit is contained in:
parent
a306bfe872
commit
1b21e39605
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ ver_debootstrap=$(dpkg-query -f '${Version}' -W debootstrap)
|
||||||
if dpkg --compare-versions "$ver_debootstrap" lt "1.0.97"; then
|
if dpkg --compare-versions "$ver_debootstrap" lt "1.0.97"; then
|
||||||
if ! echo "$ver_debootstrap" | grep -q kali; then
|
if ! echo "$ver_debootstrap" | grep -q kali; then
|
||||||
echo "ERROR: You need debootstrap >= 1.0.97 (or a Kali patched debootstrap). Your current version: $ver_debootstrap" >&2
|
echo "ERROR: You need debootstrap >= 1.0.97 (or a Kali patched debootstrap). Your current version: $ver_debootstrap" >&2
|
||||||
exit 1
|
#exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue