Skip to content

Instantly share code, notes, and snippets.

@amoilanen
Forked from sixman9/blurayInstall.sh
Created June 12, 2016 16:48
Show Gist options
  • Save amoilanen/064a3f4d66d2fcebda0f857e30fd4e09 to your computer and use it in GitHub Desktop.
Save amoilanen/064a3f4d66d2fcebda0f857e30fd4e09 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