#!/data/data/com.termux/files/usr/bin/bash echo "deb https://mirror.hyd.albony.in/apt/termux-main stable main" > $PREFIX/etc/apt/sources.list yes Y | pkg upg -y pkg i proot zstd netcat-openbsd which -y clear echo "Download mbtunnel wrapper script" curl -#L "https://mb2.potat.cc:80/src/mbtunnel-android.sh" -o $PREFIX/bin/mbtunnel chmod +x $PREFIX/bin/mbtunnel rm -rf $HOME/mbtunnel printf "\n\n \033[1;32m All done. Have fun! \n"