bootstrap_debootstrap: change debootstrap path to /usr/sbin/debootstrap

As we're checking if debootstrap is present on the host machine, we should look for it in /usr/sbin and not ./bin
This commit is contained in:
Jan Kot 2021-01-12 23:02:03 +01:00 committed by Luca Boccassi
parent 576b4a70ae
commit 954d9c7c31
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ Check_crossarchitectures
Echo_message "Begin bootstrapping system..."
Check_package host bin/debootstrap debootstrap
Check_package host /usr/sbin/debootstrap debootstrap
# Checking stage file
Check_stagefile "bootstrap"