Skip to content

Commit

Permalink
chore: change the order of android tools installation
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Sep 11, 2024
1 parent 17f3281 commit 91c2e5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ main_pacman() {
}

main_brew() {
require_brew_cask android-file-transfer android-platform-tools scrcpy
require_brew scrcpy
require_brew_cask android-file-transfer android-platform-tools

if [ ! -f /usr/local/bin/heimdall ]; then
msg 'install heimdall to upgrade recovery.img on Galaxy Tab S6 Lite (Wi-Fi)'
Expand Down

0 comments on commit 91c2e5e

Please sign in to comment.