We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xattr -r -d com.apple.quarantine /Applications/Feishin.app This should remove Feishin from quarantine.
xattr -r -d com.apple.quarantine /Applications/Feishin.app
I was getting the error option -r not recognized
option -r not recognized
Fairly obvious from above. xattr -r -d com.apple.quarantine /Applications/Feishin.app
I believe this issue stems from me having two versions of xattr installed. The Python version does not use "-r" as a command.
Instead, I ran sudo /usr/bin/xattr -r -d com.apple.quarantine /Applications/Feishin.app.
sudo /usr/bin/xattr -r -d com.apple.quarantine /Applications/Feishin.app
I suggest that the instructions are changed to this command to cover situations like mine.
No response
7.0.0
MacOS Sonoma 14.5, ARM
Navidrome
The text was updated successfully, but these errors were encountered:
Updated on #104
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
xattr -r -d com.apple.quarantine /Applications/Feishin.app
This should remove Feishin from quarantine.
Current Behavior
I was getting the error
option -r not recognized
Steps to Reproduce
Fairly obvious from above.
xattr -r -d com.apple.quarantine /Applications/Feishin.app
Possible Solution
I believe this issue stems from me having two versions of xattr installed. The Python version does not use "-r" as a command.
Instead, I ran
sudo /usr/bin/xattr -r -d com.apple.quarantine /Applications/Feishin.app
.I suggest that the instructions are changed to this command to cover situations like mine.
Context
No response
Application version
7.0.0
Operating System and version
MacOS Sonoma 14.5, ARM
Server and Version
Navidrome
Node Version (if developing locally)
No response
The text was updated successfully, but these errors were encountered: