Make jq a part of the command check.

This commit is contained in:
Jeremiah Ticket 2022-12-01 10:01:41 -07:00
parent 3f2e20980e
commit ccac3e4367

2
i38.sh
View File

@ -9,7 +9,7 @@ i3Path="${XDG_CONFIG_HOME:-$HOME/.config}/i3"
export DIALOGOPTS='--no-lines --visit-items'
# Check to make sure minimum requirements are installed.
for i in dialog grun sgtk-menu yad ; do
for i in dialog grun jq sgtk-menu yad ; do
if ! command -v "$i" &> /dev/null ; then
missing+=("$i")
fi