Skip to content

Commit

Permalink
makefile: Attempt to fix #479
Browse files Browse the repository at this point in the history
  • Loading branch information
stevezhengshiqi committed Nov 2, 2020
1 parent 7696b71 commit d1e76df
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Changelog_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 7 additions & 2 deletions makefile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d1e76df

Please sign in to comment.