A node utility to download and run the latest Linux build of Chromium.
It checks it you have the latest installed version if not then updates.
- Run the package
npx chromium-updater -d "path/to/download"
-
Copy path to user settings
-
Run Chromium
./pathToChromiumVersion/chome-linux/chrome --user-settings-data='./path/to/settings' $* &> /dev/null &
As of now for Linux builds, there wasnt a simple upstream ppa or autoupdate. Thus this package.
This is heavily inspired from a shell script package chromium-latest-linux