From 01adf84465b79d6d9bad6ff89bd221f446bcb52b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sun, 28 Jan 2018 17:27:48 +0100 Subject: [PATCH] Fix the URL for the ISO in the VMWare builder. --- misp.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misp.json b/misp.json index cc69b4f..ad93108 100644 --- a/misp.json +++ b/misp.json @@ -55,8 +55,8 @@ "disk_size": "{{user `disk_size`}}", - "iso_url": "http://releases.ubuntu.com/17.10/ubuntu-17.10-server-amd64.iso", - "iso_checksum": "af913c00296eb0cfece99b8a02ae6db035ae173ed240241e780c8d7db96914b1", + "iso_url": "http://releases.ubuntu.com/17.10/ubuntu-17.10.1-server-amd64.iso", + "iso_checksum": "8ff73f1b622276758475c3bd5190b382774626de5a82c50930519381f6c3a3f8", "iso_checksum_type": "sha256", "http_directory" : "preseeds",