Skip to content

Instantly share code, notes, and snippets.

Created April 21, 2015 06:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/57065a29e1fbf35cc10c to your computer and use it in GitHub Desktop.
Save anonymous/57065a29e1fbf35cc10c to your computer and use it in GitHub Desktop.
#!/bin/bash
OUTPUT=$HOME/bin
TMP_DIR=/tmp/ponymix
rm -rf /tmp/ponymix
sudo apt-get install -y libpulse-dev libnotify-dev
git clone --depth 1 https://github.com/falconindy/ponymix $TMP_DIR
cd $TMP_DIR
make
mv $TMP_DIR/ponymix $OUTPUT
echo "Compiled ponymix and saved to $OUTPUT"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment