diff options
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-x | functions/defaults.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index b18d46549..4b9efb270 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -165,9 +165,6 @@ Set_defaults () elif [ -x "/usr/bin/cdebootstrap" ] then LB_BOOTSTRAP="cdebootstrap" - else - Echo_error "Cannot find /usr/sbin/debootstrap or /usr/bin/cdebootstrap. Please install debootstrap or cdebootstrap, or specify an alternative bootstrapping utility." - exit 1 fi fi |