Skip to content

Instantly share code, notes, and snippets.

@connrs
Created March 2, 2012 23:09
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 connrs/1962179 to your computer and use it in GitHub Desktop.
Save connrs/1962179 to your computer and use it in GitHub Desktop.
PLUGINDIR="$HOME/Library/Application Support/Plex Media Server/Plug-ins"
BUNDLEDIR="$PLUGINDIR/LetMeWatchThis.bundle"
if [ -d "$BUNDLEDIR" ]; then
rm -rf "$BUNDLEDIR"
fi
mkdir "$BUNDLEDIR"
curl -Ls https://github.com/ReallyFuzzy/LetMeWatchThis.bundle/tarball/master 2>&1 | tar xz - --strip-components=1 -C "$BUNDLEDIR/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment