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

Commit 5f54923

Browse files
committed
Rename certain places to adeb
Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
1 parent 0dee973 commit 5f54923

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
androdeb
2-
--------
1+
adeb
2+
----
33

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

1010
Usecases

androdeb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ if [ $DOWNLOAD -eq 1 ]; then
223223
c_info "Downloading Androdeb from the web..."; c_info ""
224224

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

0 commit comments

Comments
 (0)