diff --git a/kernel_patches.sh b/kernel_patches.sh index 7123ffa..5f57677 100755 --- a/kernel_patches.sh +++ b/kernel_patches.sh @@ -30,6 +30,6 @@ cd .. while IFS= read -r file; do echo "adding ${file}" cp -rfv "${file}" "${PATCHES_DIR}"/"${file##*/}" -done < <(find "${APPLE_SMC_REPO_NAME}" -type f -name "*.patch" | sort) +done < <(find "${APPLE_SMC_REPO_NAME}" -type f -name "*.patch" | grep -i -v 10 | sort) rm -rf "${TMP_DIR}"