From be258d9c0a4efa907573df462613eb2f93c804b0 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Wed, 5 Oct 2022 16:16:43 +0000 Subject: [PATCH] Switched pandoc in deb from apt repos to dpkg --- .scripts/install-deb.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.scripts/install-deb.sh b/.scripts/install-deb.sh index aec7d64..609561f 100755 --- a/.scripts/install-deb.sh +++ b/.scripts/install-deb.sh @@ -19,10 +19,10 @@ sudo apt -y install aspell aspell-en emacs --script ~/.scripts/install-emacs.el # pandoc -sudo apt -y install pandoc -sudo apt -y install pandoc-citeproc sudo apt -y install texlive sudo apt -y install lmodern +echo "Download pandoc and install from dpkg:" +echo "https://github.com/jgm/pandoc/releases/latest" # revealjs cd ~/.revealjs