mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 08:03:10 +02:00
apt-get install libaugeas0
libaugeas0 is still required, despite python-augeas from PyPI
This commit is contained in:
@@ -11,7 +11,7 @@ Apache, though we will be expanding it to other platforms.
|
|||||||
|
|
||||||
```
|
```
|
||||||
sudo apt-get install python python-setuptools python-virtualenv \
|
sudo apt-get install python python-setuptools python-virtualenv \
|
||||||
python-dev gcc swig dialog libssl-dev
|
python-dev gcc swig dialog libaugeas0 libssl-dev
|
||||||
virtualenv --no-site-packages venv
|
virtualenv --no-site-packages venv
|
||||||
./venv/bin/python setup.py install
|
./venv/bin/python setup.py install
|
||||||
sudo ./venv/bin/letsencrypt
|
sudo ./venv/bin/letsencrypt
|
||||||
|
|||||||
Reference in New Issue
Block a user