testing
This commit is contained in:
parent
12ce4c5004
commit
91c5cc432a
1 changed files with 8 additions and 2 deletions
10
test.sh
10
test.sh
|
@ -69,11 +69,17 @@ spin-get-dependencies() {
|
|||
|
||||
pen red "$deplist"
|
||||
pkglist=("${deplist[*]}")
|
||||
pen yellow "$pkglist"
|
||||
for dep in "${deplist[@]}"; do
|
||||
pen bold grey "Dep: $dep"
|
||||
done
|
||||
|
||||
for pk in "${pkglist[@]}"; do
|
||||
pen bold red "Pkg: $pk"
|
||||
done
|
||||
|
||||
line
|
||||
|
||||
# exit 1
|
||||
exit 1
|
||||
;;
|
||||
*)
|
||||
echo_error "There are no dependencies to install for $distro"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue