Compare commits

...

2 Commits

Author SHA1 Message Date
8369dbd3da added adb apt install 2022-09-27 11:05:52 +02:00
9392b7e31a apt-get > apt 2022-09-27 11:05:18 +02:00
3 changed files with 3 additions and 1 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

View File

@ -1,2 +1,2 @@
sudo apt-get update sudo apt update
sudo apt install firefox -y sudo apt install firefox -y