From a5490889c0901f44e5741410925cc3af949cdc3f Mon Sep 17 00:00:00 2001 From: parazyd Date: Mon, 19 Jun 2017 12:27:28 +0200 Subject: [PATCH] Revert "override $PATH to use the bundled debootstrap" This reverts commit 58fe65a7193d78ec64d223c865d4479ece41275d. --- config | 3 --- 1 file changed, 3 deletions(-) diff --git a/config b/config index 949d1c0..f30e2e6 100644 --- a/config +++ b/config @@ -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"