Skip to content

Instantly share code, notes, and snippets.

@ajaysolleti
Forked from madrobby/gist:9476733
Last active August 29, 2015 14:16
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 ajaysolleti/b06291d22bbf70f56837 to your computer and use it in GitHub Desktop.
Save ajaysolleti/b06291d22bbf70f56837 to your computer and use it in GitHub Desktop.
Keep the developer version of Youtube Center updated.
curl -H 'Accept: application/vnd.github.v3.raw' -O -L https://github.com/YePpHa/YouTubeCenter/raw/master/dist/YouTubeCenter.xpi
echo "Please click install in Firefox to update YouTubeCenter"
open -a "FireFox" YouTubeCenter.xpi
echo "Waiting 10 seconds for you to click the button"
sleep 10
echo "Cleaning up local copy of YouTubeCenter.xpi"
rm YouTubeCenter.xpi
echo "YouTubeCenter is now updated!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment