mirror of
https://github.com/matrix-org/synapse.git
synced 2025-02-12 10:15:46 +00:00
fix zlib-check error message
Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
parent
d9ade4ba6e
commit
334931af21
@ -27,7 +27,7 @@ if not check_codec("jpg"):
|
||||
if not check_codec("zlib"):
|
||||
raise Exception(
|
||||
"FATAL: zip codec not supported. Install pillow correctly! "
|
||||
" 'sudo apt-get install libjpeg-dev' then 'pip uninstall pillow &&"
|
||||
" 'sudo apt-get install zlib1g-dev' then 'pip uninstall pillow &&"
|
||||
" pip install pillow --user'"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user