Skip to content

Commit

Permalink
Update install.sh to fit latest Clover change
Browse files Browse the repository at this point in the history
  • Loading branch information
stevezhengshiqi committed Jul 10, 2019
1 parent 65d2bd1 commit 8bf4b1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions install.sh
Expand Up @@ -331,11 +331,11 @@ function fixWindows() {
echo
echo "Make sure you can boot Windows with F12"
echo "Fixing Windows boot..."
local repoURL="https://raw.githubusercontent.com/daliansky/XiaoMi-Pro-Hackintosh/master/wiki/AptioMemoryFix-64.efi"
local repoURL="https://raw.githubusercontent.com/daliansky/XiaoMi-Pro-Hackintosh/master/wiki/AptioMemoryFix.efi"
curl --silent -O "${repoURL}" || networkWarn

mountEFI
cp -rf "AptioMemoryFix-64.efi" "${EFI_ADR}/EFI/CLOVER/drivers64UEFI/"
cp -rf "AptioMemoryFix.efi" "${EFI_ADR}/EFI/CLOVER/drivers/UEFI/"
echo -e "[ ${GREEN}OK${OFF} ]Fix complete"

unmountEFI
Expand Down Expand Up @@ -380,7 +380,7 @@ function main() {
echo "(4) Add color profile"
echo "(5) Update power management"
echo "(6) Enable HiDPI"
echo "(7) Fix Windows boot"
echo "(7) Fix Windows boot(Only support latest release)"
echo "(8) Problem report"
echo "(9) Exit"
echo -e "${BOLD}Which option you want to choose? (1/2/3/4/5/6/7/8/9)${OFF}"
Expand Down
6 changes: 3 additions & 3 deletions install_cn.sh
Expand Up @@ -331,11 +331,11 @@ function fixWindows() {
echo
echo "确保能通过F12启动Windows"
echo "正在修复Windows启动..."
local repoURL="https://raw.githubusercontent.com/daliansky/XiaoMi-Pro-Hackintosh/master/wiki/AptioMemoryFix-64.efi"
local repoURL="https://raw.githubusercontent.com/daliansky/XiaoMi-Pro-Hackintosh/master/wiki/AptioMemoryFix.efi"
curl --silent -O "${repoURL}" || networkWarn

mountEFI
cp -rf "AptioMemoryFix-64.efi" "${EFI_ADR}/EFI/CLOVER/drivers64UEFI/"
cp -rf "AptioMemoryFix.efi" "${EFI_ADR}/EFI/CLOVER/drivers/UEFI/"
echo -e "[ ${GREEN}OK${OFF} ]修复完成"

unmountEFI
Expand Down Expand Up @@ -380,7 +380,7 @@ function main() {
echo "(4) 添加色彩文件"
echo "(5) 更新变频管理"
echo "(6) 开启HiDPI"
echo "(7) 修复Windows启动"
echo "(7) 修复Windows启动(仅支持最新release)"
echo "(8) 反馈问题"
echo "(9) 退出"
echo -e "${BOLD}您想选择哪个选项? (1/2/3/4/5/6/7/8/9)${OFF}"
Expand Down
File renamed without changes.

0 comments on commit 8bf4b1d

Please sign in to comment.