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
arch)
checkAndInstall "${generalDeps[@]}"
checkAndInstall "${pkgArray[@]}"
;;
debian)
if $trixie; then
checkAndInstall "${generalDeps[@]}"
checkAndInstall "${pkgArray[@]}"
else
echo_error "Your current distro of debian is not sufficient, you have to have trixie (13) installed"