#!/bin/bash
# ============================
# This file is licensed under the GNU GENERAL PUBLIC LICENSE Version 3 -> https://www.gnu.org/licenses/gpl-3.0.en.html
# View on Github -> https://github.com/msiejak/adb-easy-setup
# Created by Michael Siejak, MSIEJAK Development -> https://msiejak.dev
#
# Instructions:
# 1. Run the file
# ============================

sudo apt install -y adb
sudo apt install -y fastboot
sudo apt-get install -y android-sdk-platform-tools-common
sudo usermod -aG plugdev $LOGNAME
printf "\nsetup complete - you need to reboot to apply changes\n"
