mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
a83dacd506
commit
02d590180b
@ -89,7 +89,7 @@ def main():
|
||||
run('sudo', 'mkdir', '-p', SW)
|
||||
run('sudo', 'chown', '-R', os.environ['USER'], SWBASE)
|
||||
|
||||
tball = 'macos' if ismacos else 'linux-64'
|
||||
tball = 'macos-64' if ismacos else 'linux-64'
|
||||
download_and_decompress(
|
||||
'https://download.calibre-ebook.com/ci/calibre/{}.tar.xz'.format(tball), SW
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user