From f10bbebd9830ee9bf443b4186bfbd49f3aeeda89 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Mon, 23 May 2016 06:29:03 +0100 Subject: [PATCH] update to debian 8.4 --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 4a0ff63..bd9e07c 100755 --- a/build.sh +++ b/build.sh @@ -24,8 +24,8 @@ set -o xtrace # Configurations BOX="debian-jessie" -ISO_URL="http://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-8.1.0-amd64-netinst.iso" -ISO_MD5="1a311f9afb68d6365211b13b4342c40b" +ISO_URL="http://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-8.4.0-amd64-netinst.iso" +ISO_MD5="8d52d1b7789cd5a464aae719f05299ec" # location, location, location FOLDER_BASE=$(pwd) -- GitLab