fixing errors

This commit is contained in:
pika 2025-05-19 18:52:20 +02:00
parent a3fe94d7dc
commit bed7e73281

View file

@ -267,10 +267,12 @@ getDependencies() {
case "$distro" in case "$distro" in
arch) arch)
checkAndInstall "${generalDeps[@]}"
checkAndInstall "${pkgArray[@]}" checkAndInstall "${pkgArray[@]}"
;; ;;
debian) debian)
if $trixie; then if $trixie; then
checkAndInstall "${generalDeps[@]}"
checkAndInstall "${pkgArray[@]}" checkAndInstall "${pkgArray[@]}"
else else
echo_error "Your current distro of debian is not sufficient, you have to have trixie (13) installed" echo_error "Your current distro of debian is not sufficient, you have to have trixie (13) installed"