add dependencies
This commit is contained in:
parent
a77eeb9630
commit
aa53926042
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ download() {
|
||||||
}
|
}
|
||||||
|
|
||||||
get_dependencies() {
|
get_dependencies() {
|
||||||
IFS=';' read -ra depenency <<< "$DEPENDENCIES"
|
IFS=';' read -ra dependency <<< "$DEPENDENCIES"
|
||||||
for repos in ${dependency[@]}; do
|
for repos in ${dependency[@]}; do
|
||||||
name=$(cut -f 1 -d, <<< "$repos")
|
name=$(cut -f 1 -d, <<< "$repos")
|
||||||
url=$(cut -f 2 -d, <<< "$repos")
|
url=$(cut -f 2 -d, <<< "$repos")
|
||||||
|
|
Loading…
Add table
Reference in a new issue