From fd23b02c9ec44e90d3b6468bf03f2b755be2677b Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@gmail.com> Date: Sun, 12 May 2013 17:07:04 -0500 Subject: [PATCH] debootsrap: use 1.0.49 Signed-off-by: Robert Nelson <robertcnelson@gmail.com> --- scripts/install_dependencies.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/install_dependencies.sh b/scripts/install_dependencies.sh index 52f9457e0..6d230232a 100755 --- a/scripts/install_dependencies.sh +++ b/scripts/install_dependencies.sh @@ -21,7 +21,7 @@ # THE SOFTWARE. #1.0.${minimal_debootstrap} -minimal_debootstrap="48" +minimal_debootstrap="49" host_arch="$(uname -m)" debootstrap_is_installed () { @@ -55,10 +55,10 @@ if [[ "$test_debootstrap" < "$minimal_debootstrap" ]] ; then rm -rf debootstrap_1.0.${minimal_debootstrap}_all.deb || true fi -#Not yet supported in a production debootstrap -if [ ! -f /usr/share/debootstrap/scripts/jessie ] ; then - sudo ln -s /usr/share/debootstrap/scripts/sid /usr/share/debootstrap/scripts/jessie -fi +#added in: 1.0.49 +#if [ ! -f /usr/share/debootstrap/scripts/jessie ] ; then +# sudo ln -s /usr/share/debootstrap/scripts/sid /usr/share/debootstrap/scripts/jessie +#fi #Not yet supported in a production debootstrap if [ ! -f /usr/share/debootstrap/scripts/saucy ] ; then -- GitLab