We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46303b3 commit 27baee0Copy full SHA for 27baee0
scripts/rtd_pre_install.sh
@@ -7,9 +7,9 @@ set -euox pipefail
7
java -version
8
dot -V
9
10
-# This folder is on PATH and does not require sudo
11
# Download latest plantuml.jar from github
12
mkdir -p "${HOME}/.local/bin"
+export PATH="${HOME}/.local/bin:$PATH" # Add it to PATH
13
curl -o "${HOME}/.local/bin/plantuml.jar" -L https://github.com/plantuml/plantuml/releases/latest/download/plantuml.jar
14
# Create an executable script for plantuml
15
printf '#!/bin/bash\nexec java -Djava.awt.headless=true -jar "${HOME}/.local/bin/plantuml.jar" "$@"\n' > "${HOME}/.local/bin/plantuml"
0 commit comments