install modules needed for tests

This commit is contained in:
Peter Eckersley
2015-12-16 20:53:40 -08:00
parent 03572a8d8e
commit 04aefcffac
+1
View File
@@ -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