install pandoc-citeproc [ci skip]

This commit is contained in:
edoapra 2022-12-22 14:00:07 -08:00
parent c28af37e55
commit 76ac82aa17
No known key found for this signature in database
GPG key ID: 472C4EBB4F3AEDFA

View file

@ -2,6 +2,7 @@
#if [[ $(command -v pandoc 2 > /dev/null) ]]; then
# echo need to install pandoc
sudo apt-get install -y pandoc
sudo apt-get install -y pandoc-citeproc
#fi
pandoc --version
if [[ "$?" != 0 ]]; then