From 3fd21f0a7e3350d2d233189a13b264fbd4763f94 Mon Sep 17 00:00:00 2001 From: stevezhengshiqi Date: Tue, 1 Aug 2023 22:38:28 +0800 Subject: [PATCH] makefile: Minor update --- makefile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile.sh b/makefile.sh index eac3c31a..22e8cd31 100755 --- a/makefile.sh +++ b/makefile.sh @@ -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