Skip to content

Instantly share code, notes, and snippets.

@codebycliff
Created March 30, 2012 21:34
Show Gist options
  • Save codebycliff/2255303 to your computer and use it in GitHub Desktop.
Save codebycliff/2255303 to your computer and use it in GitHub Desktop.
sudo python -c "import sys; py3 = sys.version_info[0] > 2; u = __import__('urllib.request' if py3 else 'urllib', fromlist=1); exec(u.urlopen('http://status.calibre-ebook.com/linux_installer').read()); main()"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment