This commit is contained in:
Your Name
2025-05-03 20:13:21 +12:00
parent ec779e51c2
commit 866046b505
7 changed files with 84 additions and 2 deletions

View File

@ -18,7 +18,7 @@ install_prerequisites() {
# - wget
# - docker
PREREQUISITES=("bash" "curl" "wget" "docker")
PREREQUISITES=("bash" "curl" "wget" "jq" "docker")
# check if all prerequisites are installed
for prerequisite in "${PREREQUISITES[@]}"; do