Corrections on deb script
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user