mirror of
https://github.com/frappe/bench.git
synced 2024-11-11 15:51:03 +00:00
fix(pdf): Use libssl1.0-dev instead of libssl-dev
This commit is contained in:
parent
503bad0045
commit
31fc3a0ebb
@ -14,7 +14,7 @@ def install_bench(args):
|
|||||||
success = run_os_command({
|
success = run_os_command({
|
||||||
'apt-get': [
|
'apt-get': [
|
||||||
'sudo apt-get update',
|
'sudo apt-get update',
|
||||||
'sudo apt-get install -y git build-essential python3-setuptools python3-dev libffi-dev libssl-dev'
|
'sudo apt-get install -y git build-essential python3-setuptools python3-dev libffi-dev libssl1.0-dev'
|
||||||
],
|
],
|
||||||
'yum': [
|
'yum': [
|
||||||
'sudo yum groupinstall -y "Development tools"',
|
'sudo yum groupinstall -y "Development tools"',
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
- libcrypto++-dev
|
- libcrypto++-dev
|
||||||
- libfreetype6-dev
|
- libfreetype6-dev
|
||||||
- liblcms2-dev
|
- liblcms2-dev
|
||||||
- libssl-dev
|
- libssl1.0-dev
|
||||||
- libwebp-dev
|
- libwebp-dev
|
||||||
- libxext6
|
- libxext6
|
||||||
- libxrender1
|
- libxrender1
|
||||||
|
Loading…
Reference in New Issue
Block a user