Created
March 12, 2014 07:24
-
-
Save xixilive/9502333 to your computer and use it in GitHub Desktop.
Sublime2 Package Controll install script
This file contains 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
import urllib2,os;pf='Package Control.sublime-package';ipp=sublime.installed_packages_path();os.makedirs(ipp) if not os.path.exists(ipp) else None;open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment