mirror of https://github.com/Textualize/rich.git
Merge pull request #1086 from alaurie/patch-1
Updated ubuntu release url
This commit is contained in:
commit
4fe8377e76
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue