Skip to content

Hands-free ungoogled-chromium installer/updater for macOS managed via LaunchAgents.

License

Notifications You must be signed in to change notification settings

paulscalise1/Ungoogled-Chromium-Updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ungoogled-Chromium-Updater

A simple application for updating Ungoogled-Chromium on macOS via LaunchAgents.

The automation checks for the latest version from the ungoogled-chromium-macos repo every 24 hours and updates the app if a new release is available. This application is architecture agnostic, so it will work on both Intel and Apple Silicon without modification.

Clone the repo

git clone https://github.com/paulscalise1/Ungoogled-Chromium-Updater.git

Install the application

Change directory into this repo.

cd Ungoogled-Chromium-Updater

Then run the install script.

chmod +x install.sh
./install.sh

The install script will compile the AppleScript into an application and adds a LaunchAgent that will trigger every 24 hours, running the updater.

Usage

When the app detects a new release is available you will see a dialouge prompt:

Update Dialogue

Once 'Update' is selected, the new version is downloaded in the background and installed. You will be asked for your admin password in order to install into /Applications as seen here:

Password Dialogue

Once installed, a notification will appear:

Notification

Note

As with any script sourced from the internet, it’s wise to review its contents prior to executing. :D

About

Hands-free ungoogled-chromium installer/updater for macOS managed via LaunchAgents.

Topics

Resources

License

Stars

Watchers

Forks

Languages