5 Star 45 Fork 16

ineo6 / homebrew-install

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
uninstall 408 Bytes
一键复制 编辑 原始数据 按行查看 历史
ineo6 提交于 2022-02-22 19:13 . feat: 替换脚本地址
#!/usr/bin/ruby
STDERR.print <<EOS
Warning: Ruby版本Homebrew安装脚本已被废弃,新版脚本使用Bash重写。
请使用以下命令:
/bin/bash -c "$(curl -fsSL https://gitee.com/ineo6/homebrew-install/raw/master/uninstall.sh)"
EOS
Kernel.exec "/bin/bash", "-c", '/bin/bash -c "$(curl -fsSL https://gitee.com/ineo6/homebrew-install/raw/master/uninstall.sh)"' + ' uninstall ' + ARGV.join(" ")
Shell
1
https://gitee.com/ineo6/homebrew-install.git
git@gitee.com:ineo6/homebrew-install.git
ineo6
homebrew-install
homebrew-install
master

搜索帮助