Skip to content

Instantly share code, notes, and snippets.

@sixman9
Last active January 19, 2018 13:44
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save sixman9/4128276 to your computer and use it in GitHub Desktop.
Save sixman9/4128276 to your computer and use it in GitHub Desktop.
Install Bluray capability to Ubuntu/debian
#!/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 -p ~/.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