install pandoc [ci skip]

This commit is contained in:
edoapra 2022-12-22 16:34:12 -08:00
parent 015468583d
commit fb4fbc3de5
No known key found for this signature in database
GPG key ID: 472C4EBB4F3AEDFA

View file

@ -1,14 +1,14 @@
#!/bin/bash
#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
# sudo apt-get install -y pandoc
# sudo apt-get install -y pandoc-citeproc
#fi
#pandoc --version
#if [[ "$?" != 0 ]]; then
# echo broken pandoc installation
# exit 1
#fi
pandoc --version
if [[ "$?" != 0 ]]; then
echo broken pandoc installation
exit 1
fi
if [[ -z "$VIRTUAL_ENV" ]]; then
USEROPT=--user
else