Added 'curl' to the list of required programs in zrep script.
This commit is contained in:
2
zrep
2
zrep
@ -130,7 +130,7 @@ function zrep_find_string() {
|
|||||||
|
|
||||||
function zrep_check_for_deps() {
|
function zrep_check_for_deps() {
|
||||||
# Array of required external programs
|
# Array of required external programs
|
||||||
local required_programs=('jq')
|
local required_programs=('jq' 'curl')
|
||||||
|
|
||||||
# Iterate over the array
|
# Iterate over the array
|
||||||
for program in "${required_programs[@]}"; do
|
for program in "${required_programs[@]}"; do
|
||||||
|
Reference in New Issue
Block a user