Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/NeverDecaf/ungoogled-updater
- Owner: NeverDecaf
- License: mit
- Created: 2019-08-17T06:54:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-13T23:23:29.000Z (about 1 year ago)
- Last Synced: 2024-11-08T11:50:14.082Z (about 1 month ago)
- Language: Python
- Size: 36.1 KB
- Stars: 43
- Watchers: 11
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred - NeverDecaf/ungoogled-updater - Script for windows to keep ungoogled-chromium up to date. (Python)
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.*