Merge pull request #1086 from alaurie/patch-1

Updated ubuntu release url
This commit is contained in:
Will McGugan 2021-03-04 13:05:38 +00:00 committed by GitHub
commit 4fe8377e76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.1-desktop-amd64.iso
# Try with https://releases.ubuntu.com/20.04/ubuntu-20.04.2.0-desktop-amd64.iso
if sys.argv[1:]:
download(sys.argv[1:], "./")
else: