Script to install and update to latest Chromium Build.

Write tutorials for Linux Mint here
More tutorials on https://github.com/orgs/linuxmint/discu ... /tutorials and (archive) on https://community.linuxmint.com/tutorial
Forum rules
Don't add support questions to tutorials; start your own topic in the appropriate sub-forum instead. Before you post read forum rules
Post Reply
racoq

Script to install and update to latest Chromium Build.

Post by racoq »

Hello

Since i'm knew here (my introduction http://forums.linuxmint.com/viewtopic.p ... 0&t=112070), nothing more pleasent to give mint users a gift

I have written a bash script that downloads the latest Chromium dev build on your system. I found it usefull at time for me, but i thought someone could also be interested in this, so in the spirit of open source i'm sharing.

These builds that the script downloads are from the Chromium continuous branch which hosts only those builds that have passed Google's automated test. So they will work on your desktop although may not be bug free as they are still development snapshots. Just one note, i test it originally for ubuntu, but it also works for mint.

Here is what you can expect from the script:
  • - Downloads the latest build, generated from the continuous branch.
    - Backups the old snapshot to /opt/chromium-cont/old (in case you want to revert to the previous version due to a bug).
    - Unzips Chromium and installs it to /opt/chromium-cont.
    - Creates a system symlink and a desktop entry for Ubuntu/Mint, you will find it as the shortcut "Chromium Updated" in the Network section
    - You can choose between the i386 and the x64 build
    - As the script installs to /opt/chromium-cont, it won't overwrite your stable Chromium/chrome installation. If you ever want to update, just run the script again.
Download Link for script:
https://minus.com/ly7DKg8lq4RLN

Source: http://www.techenet.com/2012/09/ubuntu- ... tualizada/
Post Reply

Return to “Tutorials”