This repository was archived by the owner on Feb 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
88androdeb.
99
1010Usecases
Original file line number Diff line number Diff 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
229229fi
You can’t perform that action at this time.
0 commit comments