mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
IGN:Switch to my server since dev.mobileread.com is down
This commit is contained in:
parent
10082403ce
commit
b10681b98e
@ -68,7 +68,8 @@ else:
|
||||
|
||||
|
||||
DOWNLOAD_DIR = '/var/www/calibre.kovidgoyal.net/htdocs/downloads'
|
||||
MOBILEREAD = 'https://dev.mobileread.com/dist/kovid/calibre/'
|
||||
#MOBILEREAD = 'https://dev.mobileread.com/dist/kovid/calibre/'
|
||||
MOBILEREAD = 'http://calibre.kovidgoyal.net/downloads/'
|
||||
|
||||
class OS(dict):
|
||||
"""Dictionary with a default value for unknown keys."""
|
||||
@ -196,7 +197,9 @@ else:
|
||||
LINUX_INSTALLER = textwrap.dedent(r'''
|
||||
import sys, os, shutil, tarfile, subprocess, tempfile, urllib2, re, stat
|
||||
|
||||
MOBILEREAD='https://dev.mobileread.com/dist/kovid/calibre/'
|
||||
#MOBILEREAD='https://dev.mobileread.com/dist/kovid/calibre/'
|
||||
MOBILEREAD='http://calibre.kovidgoyal.net/downloads/'
|
||||
|
||||
|
||||
class TerminalController:
|
||||
BOL = '' #: Move the cursor to the beginning of the line
|
||||
|
Loading…
x
Reference in New Issue
Block a user