Install ADB & FastBoot Tools in Termux! 2019

Install ADB & FastBoot Tools in Termux!


A)     Silent installation:
   
Copy and paste the following command in Termux to silently install Tools:
   
> apt update > /dev/null 2>&1 && apt --assume-yes install wget > /dev/null 

wget https://github.com/MasterDevX/Termux-ADB/raw/master/

InstallTools.sh -q && bash InstallTools.sh

B)     Common installation:
   
Copy and paste the following command in Termux to install Tools with logs output:
   
> apt update && apt install wget && wget https://github.com/MasterDevX/Termux-ADB/raw/master/InstallTools.sh && bash InstallTools.sh





Follow us for more. 

1 comment:

EXIF Stripper: A web based image-metadata remover utility

https://ckure.esy.es/rx/tools/exif/ *Images are uploaded on a shared hosting server. This may be concerning even though there is a script th...