diff --git a/.scripts/install-deb.sh b/.scripts/install-deb.sh index 609561f..f5ffad4 100755 --- a/.scripts/install-deb.sh +++ b/.scripts/install-deb.sh @@ -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