Fixing
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user