Skip to content

Commit

Permalink
update busybox
Browse files Browse the repository at this point in the history
  • Loading branch information
chowjee committed Sep 30, 2020
1 parent 58cf6b5 commit 4ceaae9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added busybox
Binary file not shown.
Binary file removed busybox-armv6l
Binary file not shown.
2 changes: 1 addition & 1 deletion super_adb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def install():

binary = tempfile.NamedTemporaryFile()
echo("download busybox binary...\n")
urllib.urlretrieve('https://github.com/tiann/super-adb/raw/master/busybox-armv6l', binary.name, reporthook=report)
urllib.urlretrieve('https://github.com/chowjee/super-adb/raw/master/busybox', binary.name)
echo('install busybox...\n')
out = subprocess.check_output(
'adb -s %s push %s /data/local/tmp/busybox' % (
Expand Down

0 comments on commit 4ceaae9

Please sign in to comment.