Update termux-install.sh

Remove: pip install as termux doesn't allow it
This commit is contained in:
Abhi
2023-12-15 23:00:46 +05:30
committed by GitHub
parent 82ece92010
commit 2d64d2d77e

View File

@@ -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