From 97a4c2c94de298b86a4353e2fec7a08f931df670 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Wed, 13 Jun 2018 16:25:28 +0200 Subject: [PATCH] update link --- makeiso.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/makeiso.sh b/makeiso.sh index b4b49f47..f5c884e7 100755 --- a/makeiso.sh +++ b/makeiso.sh @@ -6,9 +6,8 @@ export TERM=linux # Let's define some global vars myBACKTITLE="T-Pot - ISO Creator" -# If you need latest hardware support, try using the hardware enablement (hwe) ISO -# myUBUNTULINK="http://archive.ubuntu.com/ubuntu/dists/xenial-updates/main/installer-amd64/current/images/hwe-netboot/mini.iso" -# myUBUNTULINK="http://archive.ubuntu.com/ubuntu/dists/xenial-updates/main/installer-amd64/current/images/netboot/mini.iso" +# If you need latest hardware support, try using the hardware enablement (hwe) ISO, usually released later in time +# myUBUNTULINK="http://archive.ubuntu.com/ubuntu/dists/bionic/main/installer-amd64/current/images/hwe-netboot/mini.iso" myUBUNTULINK="http://archive.ubuntu.com/ubuntu/dists/bionic/main/installer-amd64/current/images/netboot/mini.iso" myUBUNTUISO="mini.iso" myTPOTISO="tpot.iso"