Created
August 24, 2013 16:30
-
-
Save metakermit/6329068 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 | |
sudo add-apt-repository -y ppa:kermit666/ppa | |
sudo apt-get update | |
sudo apt-get -y install popcorn | |
. ~/.config/user-dirs.dirs | |
cp /usr/share/applications/popcorn.desktop "$XDG_DESKTOP_DIR/popcorn.desktop" | |
chmod +x "$XDG_DESKTOP_DIR/popcorn.desktop" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment