From ccac3e4367e74e98580bd8d8b9506c8834fda61b Mon Sep 17 00:00:00 2001 From: Jeremiah Ticket Date: Thu, 1 Dec 2022 10:01:41 -0700 Subject: [PATCH] Make jq a part of the command check. --- i38.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i38.sh b/i38.sh index 62cc5f2..e78dcd4 100755 --- a/i38.sh +++ b/i38.sh @@ -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