tool update

This commit is contained in:
2025-09-15 14:06:09 +02:00
parent f7e22805f8
commit 7afe0d8f34
3 changed files with 5 additions and 1 deletions

View File

@@ -49,6 +49,9 @@ if [ ! "${TOOLS_LOADED:-}" ]; then
fi
export SOCAT
command -v "ffprobe" >/dev/null && FFPROBE="ffprobe" || FFPROBE=""
export FFPROBE
command -v "xsel" >/dev/null && CLIP="xsel" || CLIP="true"
export CLIP