Corrections on deb script
This commit is contained in:
@@ -23,6 +23,7 @@ sudo apt -y install texlive
|
|||||||
sudo apt -y install lmodern
|
sudo apt -y install lmodern
|
||||||
echo "Download pandoc and install from dpkg:"
|
echo "Download pandoc and install from dpkg:"
|
||||||
echo "https://github.com/jgm/pandoc/releases/latest"
|
echo "https://github.com/jgm/pandoc/releases/latest"
|
||||||
|
read response
|
||||||
|
|
||||||
# revealjs
|
# revealjs
|
||||||
cd ~/.revealjs
|
cd ~/.revealjs
|
||||||
@@ -32,7 +33,6 @@ cd reveal.js
|
|||||||
cp ~/.revealjs/ntn.css ~/.revealjs/reveal.js/dist/theme/
|
cp ~/.revealjs/ntn.css ~/.revealjs/reveal.js/dist/theme/
|
||||||
# For the older version, replace "dist/" with "css/"
|
# For the older version, replace "dist/" with "css/"
|
||||||
cd ~
|
cd ~
|
||||||
echo "Check correct versions between reveal and pandoc: https://github.com/jgm/pandoc/wiki/Using-pandoc-to-produce-reveal.js-slides"
|
|
||||||
read response
|
read response
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user