Skip to content

Commit

Permalink
makefile: Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
stevezhengshiqi committed Aug 1, 2023
1 parent bc622fb commit 3fd21f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -562,8 +562,8 @@ function bKext() {
fi

git clone -q https://github.com/acidanthera/MacKernelSDK || networkErr "MacKernelSDK"
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/Lilu/master/Lilu/Scripts/bootstrap.sh) && eval "$src" > /dev/null 2>&1 || networkErr "Lilu"
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/VoodooInput/master/VoodooInput/Scripts/bootstrap.sh) && eval "$src" > /dev/null 2>&1 || networkErr "VoodooInput"
src=$(/usr/bin/curl -LfsS https://raw.githubusercontent.com/acidanthera/Lilu/master/Lilu/Scripts/bootstrap.sh) && eval "$src" > /dev/null 2>&1 || networkErr "Lilu"
src=$(/usr/bin/curl -LfsS https://raw.githubusercontent.com/acidanthera/VoodooInput/master/VoodooInput/Scripts/bootstrap.sh) && eval "$src" > /dev/null 2>&1 || networkErr "VoodooInput"
if [[ ${model_input} =~ "CML" ]]; then
bKextHelper al3xtjames NoTouchID "${build_mode}"
fi
Expand Down

0 comments on commit 3fd21f0

Please sign in to comment.