Today the script only downloads vEOS-lab.vmdk, it'd be nice to add .swi download support for vEOS-lab upgrades adding another elif like below does the trick: ``` elif img == 'vEOS-lab-swi': eos_filename = "vEOS-lab-" + image + ".swi" ```