Skip to content

Commit

Permalink
Split module installation into substeps
Browse files Browse the repository at this point in the history
 - This may prevent failures if one thing is uninstallable
  • Loading branch information
pde committed Dec 23, 2015
1 parent 068504d commit 6db4062
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ function Cleanup() {

# if our environment asks us to enable modules, do our best!
if [ "$1" = --debian-modules ] ; then
sudo apt-get install -y libapache2-mod-{wsgi,macro}
sudo apt-get install -y libapache2-mod-wsgi
sudo apt-get install -y libapache2-mod-macro

for mod in ssl rewrite macro wsgi deflate userdir version ; do
sudo a2enmod $mod
Expand Down

0 comments on commit 6db4062

Please sign in to comment.