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() {
if ! $arch || ! $debian; then
if ! $arch && ! $debian; then
echo_error "Your distro $distro is not compatible with this script"
return 69
fi