From 46b5cbdff6f7cdcc3ce80297cc1cf766c788b8b8 Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Thu, 7 Jun 2018 13:46:30 -0500
Subject: [PATCH] debootstrap: 1.0.101

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
 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 04d336c76..fcb01daa5 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="99"
+minimal_debootstrap="101"
 host_arch="$(uname -m)"
 
 debootstrap_is_installed () {
-- 
GitLab