mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 05:35:37 -04:00
install pandoc [ci skip]
This commit is contained in:
parent
67ae9760db
commit
c28af37e55
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue