chromium-latest-linux
chromium-latest-linux copied to clipboard
Scripts to download and run the latest Linux build of Chromium. A substitute for Chrome Canary on Linux.
1. URLs were updated. 2. Parse an argument to select **continuous** builds instead of **snapshots**. 3. Use `$BASEDIR` variable instead of using `cd` command. 4. Works with either `wget` or...
Issues warning and waits for user before proceeding.
Add platform option to `update.sh`. This allows downloading the latest Chromium version for mac OS too. Examples: ``` ./update.sh mac ./update.sh linux ./update.sh # defaults to linux ```
- Added Sandbox env variable export and setting the correct permissions in update_wrapper.sh - GIT Ignoring common directories (latest, user-data-dir) - Resolving correctly BASEDIR when the run.sh is symlinked into...
In some cases a fixed revision of chromium is preferred, e.g. for building docker images.
Add instructions to the `README.md` file and update scripts to include necessary checks and messages. * **README.md** - Add instructions to run the scripts. - Add instructions to update and...
- deletes the zip file created when new version is downloaded