File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99
1010# This folder is on PATH and does not require sudo
1111# Download latest plantuml.jar from github
12- curl -o ${READTHEDOCS_VIRTUALENV_PATH } /bin/plantuml.jar -L https://github.com/plantuml/plantuml/releases/latest/download/plantuml.jar
12+ curl -o ${CONDA_PREFIX } /bin/plantuml.jar -L https://github.com/plantuml/plantuml/releases/latest/download/plantuml.jar
1313# Create an executable script for plantuml
14- printf ' #!/bin/bash\nexec java -Djava.awt.headless=true -jar ${READTHEDOCS_VIRTUALENV_PATH }/bin/plantuml.jar "$@"' > ${READTHEDOCS_VIRTUALENV_PATH } /bin/plantuml
15- chmod +x ${READTHEDOCS_VIRTUALENV_PATH } /bin/plantuml
14+ printf ' #!/bin/bash\nexec java -Djava.awt.headless=true -jar ${CONDA_PREFIX }/bin/plantuml.jar "$@"' > ${CONDA_PREFIX } /bin/plantuml
15+ chmod +x ${CONDA_PREFIX } /bin/plantuml
1616
1717# Check plantuml version
1818plantuml -version
You can’t perform that action at this time.
0 commit comments