This commit is contained in:
Your Name
2025-05-03 19:36:33 +12:00
parent 5909c90941
commit 2fbe5307da
5 changed files with 27 additions and 21 deletions

View File

@ -27,7 +27,7 @@ else
fi
# check if curl, wget, bash installed, and install if not
PREREQUISITES=("curl" "wget")
PREREQUISITES=("curl" "wget" "jq")
# check if all prerequisites are installed
ALLINSTALLED=true