mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-26 13:15:29 -04:00
install pandoc [ci skip]
This commit is contained in:
parent
015468583d
commit
fb4fbc3de5
1 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue