Skip to content

Instantly share code, notes, and snippets.

@coolaj86
Forked from sixman9/blurayInstall.sh
Created February 5, 2013 06:19
Show Gist options
  • Save coolaj86/4712635 to your computer and use it in GitHub Desktop.
Save coolaj86/4712635 to your computer and use it in GitHub Desktop.
#!/bin/bash
#Found at http://askubuntu.com/a/193065/35729
#don't forget to 'chmod +x <thisFile>'
sudo add-apt-repository ppa:motumedia/mplayer-daily
sudo add-apt-repository ppa:videolan/stable-daily
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install libaacs0 libbluray1
mkdir ~/.config/aacs
pushd ~/.config/aacs
wget http://vlc-aacs.whoknowsmy.name/files/KEYDB.cfg
popd
sudo apt-get install vlc vlc-plugin-pulse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment