An open API service indexing awesome lists of open source software.

https://github.com/crazymryan/mac-shell

修复Mac安装时,提示文件已损坏无法打开的问题
https://github.com/crazymryan/mac-shell

Last synced: 5 days ago
JSON representation

修复Mac安装时,提示文件已损坏无法打开的问题

Awesome Lists containing this project

README

        

# mac-shell

修复Mac安装时,提示文件已损坏无法打开的问题

```shell
curl -fsSL https://raw.githubusercontent.com/CrazyMrYan/mac-shell/refs/heads/main/remove_quarantine.sh -o ./remove_quarantine.sh && sudo bash ./remove_quarantine.sh && rm ./remove_quarantine.sh
```