ADB Setup Utility
Download
Linux & ChromeOS (Debian based distributions)
Mac - Not Planned, but feel free to contribute on Github
Instructions
Windows 10
- Download the file
- Move it to the folder you want to install ADB into
- Run the file as administrator
Linux (Debian based distributions)
- Open a terminal, and run the command below
- Reboot
curl https://dl.msiejak.dev/adb-setup-utility/latest/linux/adb-setup-utility-linux.sh | bash
This command downloads, and runs the installer script automatically
ChromeOS
- Enable Linux
- Open a terminal, and run the command below
- Reboot
curl https://dl.msiejak.dev/adb-setup-utility/latest/linux/adb-setup-utility-linux.sh | bash
This command downloads, and runs the installer script automatically
Source Code
This open source project is publicly available on Github