This commit is contained in:
pika 2025-05-22 15:37:10 +02:00
parent 31f763c3b0
commit 013833fc19

View file

@ -60,7 +60,7 @@ spin-get-dependencies() {
debian | ubuntu | arch | fedora | alpine | opensuse)
for pkg in "${pkgArray[@]}"; do
if ! command_exists $pkg; then
deplist+=("$pkg ")
deplist+=("$pkg")
fi
done