diff --git a/Changelog.md b/Changelog.md index 675d715f0..6c3f60577 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,7 +3,7 @@ **English** | [中文](Changelog_CN.md) ## [XiaoMi NoteBook Pro EFI v1.4.6](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/releases/tag/v1.4.6) -## 11-2-2020 +## 11-X-2020 ### Update - Update `OpenCore` v0.6.3 diff --git a/Changelog_CN.md b/Changelog_CN.md index 09ac0b400..f00ae1ee4 100644 --- a/Changelog_CN.md +++ b/Changelog_CN.md @@ -3,7 +3,7 @@ [English](Changelog.md) | **中文** ## [XiaoMi NoteBook Pro EFI v1.4.6](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/releases/tag/v1.4.6) -## 11-2-2020 +## 11-X-2020 ### 更新 * 更新 `OpenCore` v0.6.3 diff --git a/makefile.sh b/makefile.sh index e267c7414..6c41ff8a6 100755 --- a/makefile.sh +++ b/makefile.sh @@ -494,6 +494,11 @@ function DL() { if [[ ${REMOTE} == True ]]; then DGS daliansky ${REPO_NAME} fi + + # Menchen's ALCPlugFix + if [[ ${REMOTE} == True ]]; then + DGS Menchen ALCPlugFix + fi } # Unpack @@ -723,12 +728,12 @@ function Install() { "${REPO_NAME_BRANCH}/ALCPlugFix/ALCPlugFix/README.MD" ) if [[ ${REMOTE} == True ]]; then - cd "${REPO_NAME_BRANCH}" || exit 1 + cp -R "ALCPlugFix-master/*" "${REPO_NAME_BRANCH}/ALCPlugFix/ALCPlugFix" || copyErr else alcfixItems=("${alcfixItems[@]/${REPO_NAME_BRANCH}/..}") cd "../" || exit 1 + git submodule init && git submodule update --remote && cd "${WSDir}" || exit 1 fi - git submodule init && git submodule update --remote && cd "${WSDir}" || exit 1 echo "${green}[${reset}${blue}${bold} Installing ALCPlugFix ${reset}${green}]${reset}" echo