More work on monitless installer
This commit is contained in:
parent
51a95fb989
commit
eefe8910cf
9 changed files with 121 additions and 12 deletions
|
@ -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..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue