This commit is contained in:
pika 2025-05-22 15:39:41 +02:00
parent 12ce4c5004
commit 91c5cc432a

10
test.sh
View file

@ -69,11 +69,17 @@ spin-get-dependencies() {
pen red "$deplist" pen red "$deplist"
pkglist=("${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 line
# exit 1 exit 1
;; ;;
*) *)
echo_error "There are no dependencies to install for $distro" echo_error "There are no dependencies to install for $distro"