debootstrap: remove useless obtaining debootstrap verbose help strings
Gbp-Dch: Ignore
This commit is contained in:
parent
1c74927fe5
commit
d7d0798e46
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue