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.
Sand Me commend
ReplyDelete