mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Ubuntu changed a package name. Sigh.
This commit is contained in:
parent
0ca74e7dae
commit
c7f2de3902
@ -115,7 +115,7 @@ def install_linux_deps():
|
||||
run('sudo', 'apt-get', 'update', '-y')
|
||||
# run('sudo', 'apt-get', 'upgrade', '-y')
|
||||
run('sudo', 'apt-get', 'install', '-y',
|
||||
'gettext', 'libgl1-mesa-dev', 'libxkbcommon-dev', 'libxkbcommon-x11-dev', 'pulseaudio', 'libasound2', 'libflite1', 'libspeechd2')
|
||||
'gettext', 'libgl1-mesa-dev', 'libxkbcommon-dev', 'libxkbcommon-x11-dev', 'pulseaudio', 'libasound2t64', 'libflite1', 'libspeechd2')
|
||||
|
||||
|
||||
def get_tx():
|
||||
|
Loading…
x
Reference in New Issue
Block a user