From 72e0dcbe78dabdba4605ebf9e0f547418d08117d Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Wed, 5 Oct 2022 16:17:37 +0000 Subject: [PATCH] Corrections on deb script --- .scripts/install-deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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