mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-22 06:26:17 +01:00
Installtion of deps on github Ubuntu broken again
This commit is contained in:
parent
aaacfd1447
commit
5c8093e554
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue