From 4790d10e3a407fd1b44f604f67b3c93454906ff9 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Sun, 9 Jan 2022 22:01:05 +0000 Subject: [PATCH] Re-added npm, necessary to install revealjs --- .scripts/install-deb.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.scripts/install-deb.sh b/.scripts/install-deb.sh index 2c796a9..81ce00c 100644 --- a/.scripts/install-deb.sh +++ b/.scripts/install-deb.sh @@ -25,6 +25,7 @@ sudo apt -y install texlive sudo apt -y install lmodern # revealjs +sudo apt -y install npm cd ~/.revealjs git clone https://github.com/hakimel/reveal.js.git cd reveal.js