mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Forgot to change tarball url for unix
This commit is contained in:
parent
9f57d6ce52
commit
72ab050346
@ -103,7 +103,7 @@ def main():
|
|||||||
|
|
||||||
tball = 'macos-64' if ismacos else 'linux-64'
|
tball = 'macos-64' if ismacos else 'linux-64'
|
||||||
download_and_decompress(
|
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:
|
if not ismacos:
|
||||||
run('sudo', 'apt-get', 'update', '-y')
|
run('sudo', 'apt-get', 'update', '-y')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user