Browse Source

jq required packages

main
pvincent 1 week ago
parent
commit
6689febf7d
  1. 2
      install.sh

2
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

Loading…
Cancel
Save