mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-31 17:36:16 +01:00
Forgot to change tarball url for unix
This commit is contained in:
parent
9f57d6ce52
commit
72ab050346
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ def main():
|
|||
|
||||
tball = 'macos-64' if ismacos else 'linux-64'
|
||||
download_and_decompress(
|
||||
'https://download.calibre-ebook.com/ci/calibre/{}.tar.xz'.format(tball), SW
|
||||
'https://download.calibre-ebook.com/ci/calibre3/{}.tar.xz'.format(tball), SW
|
||||
)
|
||||
if not ismacos:
|
||||
run('sudo', 'apt-get', 'update', '-y')
|
||||
|
|
|
|||
Loading…
Reference in a new issue