testing
This commit is contained in:
parent
05044d32cc
commit
7a7d701bb4
1 changed files with 1 additions and 1 deletions
2
test.sh
2
test.sh
|
@ -58,7 +58,7 @@ spin-get-dependencies() {
|
|||
debian | ubuntu | arch | fedora | alpine | opensuse)
|
||||
for pkg in "${pkgArray[@]}"; do
|
||||
if ! command_exists $pkg; then
|
||||
mapfile -t deplist < <(printf "%d\n" "$pkg")
|
||||
mapfile -t deplist < <(printf "%s\n" "$pkg")
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue