fix: 修复卸载脚本

This commit is contained in:
neo 2021-04-14 14:42:28 +08:00
parent 7493fde7fa
commit 290921d348

View File

@ -125,7 +125,7 @@ brew update
使用官方脚本同样会遇到`uninstall`地址无法访问问题,可以使用下面脚本:
```shell
/bin/bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/uninstall.shell)"
/bin/bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/uninstall.sh)"
```
## 其他相关