From 6689febf7d08a4f3e3ab2aecb5a095a7d97eb6fa Mon Sep 17 00:00:00 2001 From: pvincent Date: Fri, 19 Dec 2025 12:53:34 +0400 Subject: [PATCH] jq required packages --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 678f222..def256c 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ ## CONSTANTS readonly CURDIR=$PWD -readonly REQUIRED_PKGS=(file git bc vim) +readonly REQUIRED_PKGS=(file git bc vim jq) readonly MAIN_TAR_GZ_URL="https://git.artcode.re/miaou/miaou-bash/archive/main.tar.gz" ## FUNCTIONS