From 1edc3fc5b46978e5fe9d6caa63ba2cfcd2afc24d Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 27 Sep 2025 13:18:56 -0700 Subject: [PATCH] Add install script from ebook-health-protocol repo. --- install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 install.sh diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..1e527e2 --- /dev/null +++ b/install.sh @@ -0,0 +1,8 @@ +#!/bin/bash +# 2024-03-06 Hyperling + +sudo apt install pandoc \ + texlive-latex-base texlive-fonts-recommended \ + texlive-extra-utils texlive-latex-extra + +exit $?