mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
install modules needed for tests
This commit is contained in:
@@ -45,6 +45,7 @@ fi
|
||||
|
||||
if [ "$OS_TYPE" = "ubuntu" ] ; then
|
||||
export LETSENCRYPT="$HOME/.local/share/letsencrypt/bin/letsencrypt"
|
||||
sudo apt-get install -y libapache2-mod-wsgi
|
||||
for mod in `grep -v '^#' tests/apache-conf-files/passing/README.modules` ; do
|
||||
sudo a2enmod $mod
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user