install pandoc [ci skip]

This commit is contained in:
edoapra 2022-12-22 13:25:16 -08:00
parent 67ae9760db
commit c28af37e55
No known key found for this signature in database
GPG key ID: 472C4EBB4F3AEDFA

View file

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