mirror of
https://github.com/certbot/certbot.git
synced 2026-02-17 01:27:52 -05:00
Add libffi-dev to installation
This commit is contained in:
parent
b80ac49a04
commit
e399f7927f
1 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,8 @@ Ubuntu
|
|||
::
|
||||
|
||||
sudo apt-get install python python-setuptools python-virtualenv python-dev \
|
||||
gcc swig dialog libaugeas0 libssl-dev ca-certificates
|
||||
gcc swig dialog libaugeas0 libssl-dev libffi-dev \
|
||||
ca-certificates
|
||||
|
||||
|
||||
Mac OSX
|
||||
|
|
|
|||
Loading…
Reference in a new issue