debootstrap: remove useless obtaining debootstrap verbose help strings

Gbp-Dch: Ignore
This commit is contained in:
Lyndon Brown 2020-05-02 12:54:22 +01:00
parent 1c74927fe5
commit d7d0798e46
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@ Init_config_data "${@}"
if ! command -v debootstrap >/dev/null
then
Echo_error "debootstrap - command not found"
Echo_verbose "debootstrap can be obtained from http://ftp.debian.org/debian/pool/main/d/debootstrap/"
Echo_verbose "On Debian based systems, debootstrap can be installed with 'apt-get install debootstrap'."
exit 1
fi