Hello,
I am trying to install bookbounty, but after installing, I cannot seem to get the container to run. When I check the logs, I see the following
chown: /bookbounty/.git/refs/remotes: Operation not permitted
chown: /bookbounty/.git/refs/remotes: Operation not permitted
chown: /bookbounty/.git/refs/tags: Operation not permitted
chown: /bookbounty/.git/refs/tags: Operation not permitted
chown: /bookbounty/.git/refs: Operation not permitted
chown: /bookbounty/.git/refs: Operation not permitted
...
From what I gathered from this git post https://github.com/TheWicklowWolf/BookBounty/issues/27, it seems that there is a script that needs to run with SU permissions that might be getting blocked. I was wondering if you had gotten it to run and how you might have done so?