mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
let apacheconftest handle deps
This commit is contained in:
parent
c1b4f21325
commit
cc85d309a9
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ function Cleanup() {
|
|||
|
||||
# if our environment asks us to enable modules, do our best!
|
||||
if [ "$1" = --debian-modules ] ; then
|
||||
sudo apt-get install -y apache2
|
||||
sudo apt-get install -y libapache2-mod-wsgi
|
||||
sudo apt-get install -y libapache2-mod-macro
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue