From 2d64d2d77e3fb74860a99a23581c018c8a31ae77 Mon Sep 17 00:00:00 2001 From: Abhi <85984486+AbhiTheModder@users.noreply.github.com> Date: Fri, 15 Dec 2023 23:00:46 +0530 Subject: [PATCH] Update termux-install.sh Remove: pip install as termux doesn't allow it --- termux-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/termux-install.sh b/termux-install.sh index 150e5c5..80bce57 100644 --- a/termux-install.sh +++ b/termux-install.sh @@ -8,7 +8,7 @@ termux-wake-lock pkg update -y && pkg upgrade -y pkg install python3 git clang ffmpeg wget libjpeg-turbo libcrypt ndk-sysroot zlib openssl -y || exit 2 -python3 -m pip install -U pip + LDFLAGS="-L${PREFIX}/lib/" CFLAGS="-I${PREFIX}/include/" pip3 install --upgrade wheel pillow if [[ -d "Moon-Userbot" ]]; then