More work on monitless installer

This commit is contained in:
Duncan Sommerville 2014-12-16 21:27:37 -05:00
parent 51a95fb989
commit eefe8910cf
9 changed files with 121 additions and 12 deletions

View file

@ -525,7 +525,7 @@ if [ "$install_dependencies" = "t" ]; then
verbose "\n * Reading requirements-${dist,,}-${code,,}.apt..."
loudCmd "apt-get -y --force-yes install $(grep -vE '^\s*#' bin/requirements-${dist,,}-${code,,}.apt | tr '\n' ' ')"
loudCmd "apt-get -y -m --force-yes install $(grep -vE '^\s*#' bin/requirements-${dist,,}-${code,,}.apt | tr '\n' ' ')"
fi
verbose "\n * Restarting apache..."