https://github.com/crazymryan/mac-shell
修复Mac安装时,提示文件已损坏无法打开的问题
https://github.com/crazymryan/mac-shell
Last synced: 5 days ago
JSON representation
修复Mac安装时,提示文件已损坏无法打开的问题
- Host: GitHub
- URL: https://github.com/crazymryan/mac-shell
- Owner: CrazyMrYan
- License: mit
- Created: 2025-04-11T10:31:39.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-04-11T10:42:32.000Z (about 1 month ago)
- Last Synced: 2025-04-11T12:03:20.597Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```