pystardust / ani-cli

A cli tool to browse and play anime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"-ash: ani-cli: Permission denied" when trying to

nkozon opened this issue · comments

Make sure you are on the latest version by running ani-cli -U

Metadata (please complete the following information)
Version: latest (installed on 29/03/2024) - can't perform ani-cli -v because of issue
OS: iOS 15.8.2
Shell: ash (iSH app)
Anime:

Describe the bug
I can't run any ani-cli commands because it returns the error "Permission denied", and adding "sudo" doesn't work.

Steps To Reproduce

  1. Run any 'ani-cli' command, and you get the Permission denied issue.

Expected behavior
Ani-Cli should run without issues.

Screenshots (if applicable; you can just drag the image onto github. remove the following line if not needed)
IMG_0007

Additional context
I followed every line on the readme.md file, except the cp line didn't work (got ommiting error), and after browsing a little online i found out that I had to add -rf in the cp command and i could skip the last line of command (rm -rf), so I did.

Can you reinstall and show the errors and the commands you ran?

This is probably due to the executable bit not being set on the ani-cli script for some reason.
Not sure how that happened, but a chmod +x should do the trick.

image

Please reopen if this doesn't fix your issue