Skip to content

Commit

Permalink
feat: update androind installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Dec 27, 2024
1 parent 960281b commit 0681789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/android.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

usage() {
echo -n -e "tools for communicating with android-based devices"
echo -n -e "Tools for communicating with and performing bootloader operations on Android-based devices"

echo '
_ _ _
Expand All @@ -13,7 +13,7 @@ usage() {
}

main_pacman() {
require_pacman android-tools android-udev scrcpy android-file-transfer
require_pacman android-tools android-udev scrcpy android-file-transfer heimdall
# require_aur sidequest-bin

# msg 'https://github.com/skrimix/QLoaderFiles'
Expand Down

0 comments on commit 0681789

Please sign in to comment.