added adb apt install

This commit is contained in:
Ryan Bakkes 2022-09-27 11:05:52 +02:00
parent 9392b7e31a
commit 8369dbd3da
2 changed files with 2 additions and 0 deletions

2
src/applications/adb.sh Normal file
View File

@ -0,0 +1,2 @@
sudo apt-get update
sudo apt-get install android-tools-adb -y