Skip to content
Snippets Groups Projects
Commit 4150b456 authored by David Schmitz's avatar David Schmitz
Browse files

install-debian.sh

parent f70b4d25
No related branches found
No related tags found
No related merge requests found
......@@ -503,7 +503,7 @@ else
echo "trying to install mkdocs-based documentation" 1>&2
(
set -e
which mkdocs 2>/dev/null >/dev/null || apt-get install mkdocs
which mkdocs 2>/dev/null >/dev/null || apt-get install -y mkdocs
cd "$fod_dir" && mkdocs build
true # in case of failure override failure status, as the documentation is non-essential
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment