jq required packages

This commit is contained in:
pvincent
2025-12-19 12:53:34 +04:00
parent 704cdfe6e7
commit 6689febf7d
+1 -1
View File
@@ -3,7 +3,7 @@
## CONSTANTS ## CONSTANTS
readonly CURDIR=$PWD 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" readonly MAIN_TAR_GZ_URL="https://git.artcode.re/miaou/miaou-bash/archive/main.tar.gz"
## FUNCTIONS ## FUNCTIONS