fix: array not exportable in bash
This commit is contained in:
parent
a69d60fa19
commit
88f882668f
8 changed files with 58 additions and 56 deletions
|
|
@ -6,4 +6,6 @@ set -a
|
|||
. ./config
|
||||
set +a
|
||||
|
||||
printf '%s\n' "${pkg[@]}" > pkglist.txt
|
||||
|
||||
bash ./modules/"$install_type".sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue