Skip to content

Instantly share code, notes, and snippets.

@daberni
Last active September 15, 2018 17:48
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 daberni/2a37e2abc508ff5baa4fee345fee63c2 to your computer and use it in GitHub Desktop.
Save daberni/2a37e2abc508ff5baa4fee345fee63c2 to your computer and use it in GitHub Desktop.
plex-update.sh
sudo ls && \
(( \
(git clone https://aur.archlinux.org/plex-media-server.git) \
|| \
(cd plex-media-server && git pull && cd ..) \
) && cd plex-media-server && makepkg -si) ; cd .. ; rm -rf plex-media-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment