pystardust / ani-cli

A cli tool to browse and play anime
GNU General Public License v3.0
7.7k stars 539 forks source link

permission denied osx. m1 mac #1118

Closed carlosgermanhurtado closed 1 year ago

carlosgermanhurtado commented 1 year ago

Metadata (please complete the following information) Version: [e.g. 2.0.2] OS: osx ventura Shell: zsh Anime: ani-cli --dub

when running ani-cli from default terminal in ventura the resulting error message says "zsh permission denied "

justchokingaround commented 1 year ago

could you try running this commands to uninstall it, and install it please:

sudo rm $(which ani-cli)
brew install --cask iina
brew tap justchokingaround/homebrew-ani-cli-git
brew install justchokingaround/ani-cli-git/ani-cli-git
Derisis13 commented 1 year ago

This probably happened because of the exec bit got unset. It has been fixed since in #1117

port19x commented 1 year ago

This probably happened because of the exec bit got unset. It has been fixed since in #1117

Won't happen again thanks to #1124