Switched pandoc in deb from apt repos to dpkg

This commit is contained in:
Nathan Schneider
2022-10-05 16:16:43 +00:00
parent 1c168d4d5d
commit be258d9c0a
+2 -2
View File
@@ -19,10 +19,10 @@ sudo apt -y install aspell aspell-en
emacs --script ~/.scripts/install-emacs.el emacs --script ~/.scripts/install-emacs.el
# pandoc # pandoc
sudo apt -y install pandoc
sudo apt -y install pandoc-citeproc
sudo apt -y install texlive sudo apt -y install texlive
sudo apt -y install lmodern sudo apt -y install lmodern
echo "Download pandoc and install from dpkg:"
echo "https://github.com/jgm/pandoc/releases/latest"
# revealjs # revealjs
cd ~/.revealjs cd ~/.revealjs