Last active
May 13, 2016 17:20
-
-
Save loveJesus/a7c75ffc091ebca21193a79ef28d7bb5 to your computer and use it in GitHub Desktop.
God is good, download latest sublime text 3 dev and update on Linux
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
#Hallelujah | |
flLoveJesus=`mktemp`.bz2 | |
wget `curl https://www.sublimetext.com/3dev | grep tarball | tail -n 1 | sed -r 's/.*also.*href="(.*).bz2".*/\1/g'`.bz2 -O $flLoveJesus | |
cd /tmp | |
rm -rf st3LoveJesus | |
tar xvf $flLoveJesus | |
mv sublime_text_3 st3LoveJesus | |
cd st3LoveJesus | |
cp -r * /opt/st3LoveJesus |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment