此文章发表于 2144 天以前,其内容可能已不再适用

为了方便大家安装 macOS,博主将测试过的机型的 Clover 文件整理并发布至 github,地址为 https://github.com/bugprogrammer/hackintosh 注意:仓库中所有机型都是博主亲自安装并测试过的机型。

由于部分用户认为 git 操作较为麻烦,需要学习。所以博主提供了自动化脚本方案,几乎自动获取 Clover。脚本支持 Windows、macOS、Ubuntu。

脚本使用方法

Windows

安装 git

执行脚本

打开 git-bash (注意一定要用 git-bash),执行如下命令即可

bash
1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/bugprogrammer/hackintosh/master/get-clover.sh)"

macOS

终端输入如下命令即可 (注意脚本中绿字提示)

bash
1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/bugprogrammer/hackintosh/master/get-clover.sh)"

Ubuntu

终端输入如下命令即可

bash
1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/bugprogrammer/hackintosh/master/get-clover.sh)"

脚本使用截图 (以 macOS 为例)