Revert "override $PATH to use the bundled debootstrap"

This reverts commit 58fe65a719.
This commit is contained in:
parazyd 2017-06-19 12:27:28 +02:00
parent ff9f318612
commit c873950ef7
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 0 additions and 3 deletions

3
config
View File

@ -26,9 +26,6 @@ vars+=(usercredentials rootcredentials)
arrs+=(core_packages base_packages purge_packages blend_packages)
## overrides the system's debootstrap if there is one
export PATH="$LIBPATH/extra/debootstrap:$PATH"
## enable local apt cache
APT_CACHE=${APT_CACHE:-0}
aptcachedir="$LIBPATH/apt-cache"