mirror of
https://codeberg.org/hyperreal/bin
synced 2024-11-01 16:43:08 +01:00
Add jq dep check
This commit is contained in:
parent
3dd94bf2c3
commit
53c72c3bf3
@ -37,6 +37,11 @@ if ! test -x "$(command -v unzip)"; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if ! test -x "$(command -v jq)"; then
|
||||||
|
echo "Missing dependencies: jq"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
# Directory on the local filesystem where the fonts will be installed.
|
# Directory on the local filesystem where the fonts will be installed.
|
||||||
LOCAL_FONT_DIR="${HOME}/.local/share/fonts"
|
LOCAL_FONT_DIR="${HOME}/.local/share/fonts"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user