This commit is contained in:
pika 2025-05-22 15:11:20 +02:00
parent fcd1d0f006
commit affad948cc

View file

@ -68,7 +68,7 @@ spin-get-dependencies() {
pkglist="${deplist[@]}" pkglist="${deplist[@]}"
echo "pkglist: ${pkglist[*]}" check "pkglist: ${pkglist[*]}"
;; ;;
*) *)
echo_error "There are no dependencies to install for $distro" echo_error "There are no dependencies to install for $distro"
@ -82,7 +82,6 @@ spin-get-dependencies() {
main() { main() {
local err local err
line
if ! spin-get-dependencies; then if ! spin-get-dependencies; then
throw "Dependencies could not get generated!" throw "Dependencies could not get generated!"
else else