-
-
Save coolaj86/4712635 to your computer and use it in GitHub Desktop.
This file contains 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 ~/.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