From badf2cff371f8c3c16e72019076c88abba11a791 Mon Sep 17 00:00:00 2001 From: gacorprjkt-admin Date: Mon, 23 Dec 2024 15:36:10 +0800 Subject: [PATCH] Revert "change to oxygen clang" This reverts commit a31fd82c08f0d05b1ab953995ea51a03f665895b. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c7f5427..8ab4530 100644 --- a/build.sh +++ b/build.sh @@ -35,7 +35,7 @@ ZIP_NAME="ambatubash69-KVER-OPTIONE-$RANDOM_HASH.zip" USE_AOSP_CLANG=false AOSP_CLANG_VERSION="r547379" USE_CUSTOM_CLANG=true -CUSTOM_CLANG_SOURCE="$(curl -s https://raw.githubusercontent.com/greenforce-project/greenforce_clang/refs/heads/main/get_latest_url.sh >temp.sh; chmod +x temp.sh; source temp.sh; echo "$LATEST_URL_GZ")" +CUSTOM_CLANG_SOURCE="$(curl -s https://raw.githubusercontent.com/XSans0/WeebX-Clang/refs/heads/main/main/link.txt)" KERNEL_IMAGE="$WORK_DIR/out/${GKI_VERSION}/dist/Image" # Import telegram functions