diff --git a/setup.sh b/setup.sh index 66c78de..b6f561a 100644 --- a/setup.sh +++ b/setup.sh @@ -68,6 +68,8 @@ if [ ! -f "./static" ]; then wget https://cdn.jsdelivr.net/npm/xterm@5.1.0/lib/xterm.js # Xterm Fit Addon wget https://cdn.jsdelivr.net/npm/xterm-addon-fit@0.7.0/lib/xterm-addon-fit.js + # marked.js + wget https://cdn.jsdelivr.net/npm/marked/marked.min.js cd .. else echo "--- Static-Dateien existiert bereits."