install.sh: add installation preconditions check
commit99f293b4147dd4ac3fe131f0d0ac0a1d3681e5f6
authorKyle J. McKay <mackyle@gmail.com>
Sun, 28 Feb 2021 17:49:00 +0000 (28 10:49 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 28 Feb 2021 17:49:00 +0000 (28 10:49 -0700)
tree10c9a3d0199dc7e9da143a83073d4149efc729d9
parent7ddadb3c06828d4bc36a3de8fcf12b651e7855d2
install.sh: add installation preconditions check

As the last step before actually starting to do the install,
add a preconditions check phase.

Currently the only check is that the Markdown module can
be used and that it produces the expected output on a very
tiny test case.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
install.sh