From e0b85226a6921c6877b1fe9440435062f0b8eeab Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Mon, 3 Aug 2015 08:50:40 -0500 Subject: [PATCH] debootstrap: 1.0.72 Signed-off-by: Robert Nelson --- scripts/install_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_dependencies.sh b/scripts/install_dependencies.sh index a9f5b2f36..70d81f341 100755 --- a/scripts/install_dependencies.sh +++ b/scripts/install_dependencies.sh @@ -22,7 +22,7 @@ #http://ftp.us.debian.org/debian/pool/main/d/debootstrap/ #1.0.${minimal_debootstrap} -minimal_debootstrap="71" +minimal_debootstrap="72" host_arch="$(uname -m)" debootstrap_is_installed () {