if [ ! -x "$(which cdebootstrap 2>/dev/null)" ]
then
- echo "E: cdebootstrap - command not found"; \
- echo "I: cdebootstrap can be optained from http://ftp.debian.org/debian/pool/main/d/cdebootstrap/"; \
- echo "I: On Debian based systems, cdebootstrap can be installed with 'apt-get install debootstrap'."; \
+ echo "E: cdebootstrap - command not found"
+ echo "I: cdebootstrap can be optained from http://ftp.debian.org/debian/pool/main/d/cdebootstrap/"
+ echo "I: On Debian based systems, cdebootstrap can be installed with 'apt-get install debootstrap'."
exit 1
fi
if [ ! -x "$(which debootstrap 2>/dev/null)" ]
then
- echo "E: debootstrap - command not found"; \
- echo "I: debootstrap can be optained from http://ftp.debian.org/debian/pool/main/d/debootstrap/"; \
- echo "I: On Debian based systems, debootstrap can be installed with 'apt-get install debootstrap'."; \
+ echo "E: debootstrap - command not found"
+ echo "I: debootstrap can be optained from http://ftp.debian.org/debian/pool/main/d/debootstrap/"
+ echo "I: On Debian based systems, debootstrap can be installed with 'apt-get install debootstrap'."
exit 1
fi