Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/NeverDecaf/ungoogled-updater

Script for windows to keep ungoogled-chromium up to date.
https://github.com/NeverDecaf/ungoogled-updater

Last synced: about 1 month ago
JSON representation

Script for windows to keep ungoogled-chromium up to date.

Awesome Lists containing this project

README

        

# ungoogled-updater

Script for Windows to keep ungoogled-chromium up to date.
---

Will install/update Chromium in `%PROGRAMDATA%\Ungoogled Chromium\`.

You can change the install path by changing the `CHROMIUM_PATH` constant in `update.py`.

Binaries are obtained from [Marmaduke's repository](https://github.com/macchrome/winchrome).

**Requires:** Python 3, 7zip, `requests` and `psutil` (`pip3 install requests psutil`).

To enable automatic updates (on windows login and daily at `0:00`), run `python update.py --install`. *Updates will only succeed if chromium is not currently running.*