Bleeding Edge – Simple shell script to install media players, codecs, MS fonts, drivers and more

Bleeding Edge is a shell script designed for Ubuntu 32 bit. It installs repositories, keys, and software -- such as media players, codecs, MS fonts, drivers, etc. It also cleans up the system.

Install Bleeding Edge in ubuntu

You need to download BleedingEdge0_8_4.sh file from here once you have .sh file you need to provide execute permissions to this you can do this by right click on the script select properties or run the following command from your terminal

sudo chmod +x BleedingEdge0_8_4.sh

You can run this script using the following command

sudo sh BleedingEdge0_8_4.sh

Screenshot

Sponsored Link

You may also like...

5 Responses

  1. diff says:

    Unfortunately it only works with Ubuntu 10.10.

  2. Adrian says:

    Judging by the console errors that flash past it is a script written that uses bash-specific functions. Running “sudo sh” on Ubuntu runs dash which is *NOT* Bash and runs only standard sh syntax.

  3. Auldsbel says:

    Yes, this script, when examined in a simple text editor like Leafpad, clearly says it is designed to work with Maverick (10.10).

    @Adrian: yes, the instructions might be better if they were:

    sudo ./BleedingEdge0_8_x.sh

    ‘x’ being the number of the script at hand. I’ve downloaded 0_8_7 myself… (latest at time of writing)

  4. FedeleP says:

    @Auldsbel: I have considered your recommendation and have renamed the script X_Y_Z where the version of Ubuntu is X and Y. My revision is Z. (currently 11_4_2) This way you can browse through older files for the version that supports your distro. You can also manually modify the DISTROBUTION variable in the script for limited compatibility with “Helena, Felicia, etc.”

  5. vovans says:

    It is a pity, not for 10,04 🙁

Leave a Reply

Your email address will not be published. Required fields are marked *