jikan-me / jikan-rest

The REST API for Jikan
https://docs.api.jikan.moe/
MIT License
413 stars 268 forks source link

container-setup.sh: Fix binary checks in validate_prereqs. #450

Closed Vernoxvernax closed 8 months ago

Vernoxvernax commented 8 months ago

I'm still a little confused by how the checks are done. Like, -n in line 60, instead of -x, like for the rest of the checks. These changes make it at least possible for me to create the containers.

pushrbx commented 8 months ago

It worked for me because I have podman installed. :man_facepalming: Thanks for this!

Also on line 60 it should be -x too. Will change it later.