Update example url

This commit is contained in:
Paul Sanders 2021-12-10 19:20:46 -05:00
parent 3827b4ae01
commit e125fc909e

View file

@ -73,7 +73,7 @@ def download(urls: Iterable[str], dest_dir: str):
if __name__ == "__main__":
# Try with https://releases.ubuntu.com/20.04/ubuntu-20.04.2.0-desktop-amd64.iso
# Try with https://releases.ubuntu.com/20.04/ubuntu-20.04.3-desktop-amd64.iso
if sys.argv[1:]:
download(sys.argv[1:], "./")
else: