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"