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