This commit is contained in:
pika 2025-05-16 09:55:35 +02:00
parent bea8aba273
commit 53228ddbb9

View file

@ -44,7 +44,7 @@ getImports() {
} }
checkComp() { checkComp() {
if ! $arch || ! $debian; then if ! $arch && ! $debian; then
echo_error "Your distro $distro is not compatible with this script" echo_error "Your distro $distro is not compatible with this script"
return 69 return 69
fi fi