If you run termux-setup.sh, it will do this things:
- Upgrade all packages.
- Give Termux a storage access permission.
- Install some programs (wget, net-tools, mlocate, etc...).
- Install and configure vim.
- Install some python modules (setuptools, requests, ipython, cryptography, faker) .
- Install sms bomber (https://github.com/Denishnc/b0mb3r)
- Install Ip Tracer (https://github.com/rajkumardusad/IP-Tracer.git)
- Remove Termux welcome text.
- Stable internet connection
- Termux installed on Android device
-
Install Termux from F-Droid (don't use Play Store, it'll give you errors)
-
Open Termux and paste the following commands:
curl -OL https://raw.githubusercontent.com/1ray-1/termux-setup/main/termux-setup.sh && chmod +x termux-setup.sh && bash termux-setup.sh