-
-
Save amoilanen/064a3f4d66d2fcebda0f857e30fd4e09 to your computer and use it in GitHub Desktop.
Install Bluray capability to Ubuntu/debian
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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