# HG changeset patch # User Paper <37962225+mrpapersonic@users.noreply.github.com> # Date 1624285604 14400 # Node ID 310a73329fa48b6e3ea764ecb1b5c3d82a3c65f1 # Parent b651fc366a8d7a0db4bd4dc80a8f8d6e2e848d3d Update updatechromium.py unnecessary because pacman does that by itself committer: GitHub diff -r b651fc366a8d -r 310a73329fa4 updatechromium.py --- 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")