Corrections on deb script

This commit is contained in:
Nathan Schneider
2022-10-05 16:17:37 +00:00
parent be258d9c0a
commit 72e0dcbe78
+1 -1
View File
@@ -23,6 +23,7 @@ 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"
read response
# revealjs
cd ~/.revealjs
@@ -32,7 +33,6 @@ cd reveal.js
cp ~/.revealjs/ntn.css ~/.revealjs/reveal.js/dist/theme/
# For the older version, replace "dist/" with "css/"
cd ~
echo "Check correct versions between reveal and pandoc: https://github.com/jgm/pandoc/wiki/Using-pandoc-to-produce-reveal.js-slides"
read response