Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
Rename certain places to adeb
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Fernandes (Google) <[email protected]>
  • Loading branch information
joelagnel committed Jul 17, 2018
1 parent 0dee973 commit 5f54923
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
androdeb
--------
adeb
----

**androdeb** (also known as **adeb**) provides a powerful Linux shell
environment where one can run popular and mainstream Linux tracing, compiling,
editing and other development tools on an existing Android device. All the
commands typically available on a modern Linux system are supported in
**adeb** (also known as **androdeb**) is a tool that provides a powerful Linux
shell environment where one can run popular and mainstream Linux tracing,
compiling, editing and other development tools on an existing Android device.
All the commands typically available on a modern Linux system are supported in
androdeb.

Usecases
Expand Down
2 changes: 1 addition & 1 deletion androdeb
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ if [ $DOWNLOAD -eq 1 ]; then
c_info "Downloading Androdeb from the web..."; c_info ""

# Github dropped tar gz support! ##?#??#! Now we've to zip everything.
curl -L https://github.com/joelagnel/androdeb/releases/download/$VERSION/$FNAME --output $TDIR_ABS/$FNAME
curl -L https://github.com/joelagnel/adeb/releases/download/$VERSION/$FNAME --output $TDIR_ABS/$FNAME
unzip -e $TDIR_ABS/$FNAME -d $TDIR_ABS/
TARF=$TDIR_ABS/$FNAME_UZ
fi
Expand Down

0 comments on commit 5f54923

Please sign in to comment.