Mercurial > codedump
changeset 38:310a73329fa4
Update updatechromium.py
unnecessary because pacman does that by itself
committer: GitHub <noreply@github.com>
author | Paper <37962225+mrpapersonic@users.noreply.github.com> |
---|---|
date | Mon, 21 Jun 2021 10:26:44 -0400 |
parents | b651fc366a8d |
children | a93c352af05e |
files | updatechromium.py |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/updatechromium.py Mon Jun 21 10:25:48 2021 -0400 +++ b/updatechromium.py Mon Jun 21 10:26:44 2021 -0400 @@ -35,12 +35,6 @@ if check_for_file("chromium") == 0: print("Chromium is still running! Exiting...") sys.exit(1) -if check_for_file("zstd") == 2: - print("zstd not found! Exiting...") - sys.exit(1) -if check_for_file("tar") == 2: - print("tar not found! Exiting...") - sys.exit(1) OWNER = "ungoogled-software" REPO = "ungoogled-chromium-archlinux" r = urllib.request.urlopen(f"https://api.github.com/repos/{OWNER}/{REPO}/releases")