Merge branch 'master' of github.com:kovidgoyal/calibre

This commit is contained in:
Kovid Goyal 2019-12-14 10:33:31 +05:30
commit 180c15bcb1
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -107,7 +107,7 @@ def main():
'https://download.calibre-ebook.com/ci/calibre/{}.tar.xz'.format(tball), SW
)
if not ismacos:
run('sudo', 'apt-get', 'update', '-y')
# run('sudo', 'apt-get', 'update', '-y')
# run('sudo', 'apt-get', 'upgrade', '-y')
run('sudo', 'apt-get', 'install', '-y', 'gettext', 'libgl1-mesa-dev')