-
-
Save ajaysolleti/b06291d22bbf70f56837 to your computer and use it in GitHub Desktop.
Keep the developer version of Youtube Center updated.
This file contains hidden or 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
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