This commit is contained in:
pika 2025-05-16 11:33:04 +02:00
parent cdd601b34b
commit 62f13c508c

View file

@ -54,6 +54,13 @@ checkComp() {
echo_error "Your distro $distro is not compatible with this script"
return 69
fi
if $debian; then
if ! $trixie; then
echo_error "Your debian version is not compatible with this script"
return 69
fi
fi
}
getDependencies() {