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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored May 10, 2021
1 parent b581e4c commit 853e2d4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fi



xem "jadxxx" "1.0"
xem "jadxxx" "1.1"

echo '<group>
<action warning="You want to install the module ?" auto-off="true" reload="true" visible="echo '$xem'">
Expand All @@ -27,10 +27,13 @@ echo '<group>
<script>
echo "Downloading..."
rm -fr $MODULE_PATH/'$url'/*
wget -q https://github.com/kakathic/Tool-Terminal/raw/master/Module/'$url'.zip2 -O $TMPDIR/modun.zip 2>/dev/null
wget -q https://github.com/kakathic/Tool-Terminal/raw/master/Module/jadx.aa -O $TMPDIR/jadx.aa 2>/dev/null
wget -q https://github.com/kakathic/Tool-Terminal/raw/master/Module/jadx.ab -O $TMPDIR/jadx.ab 2>/dev/null
cat $TMPDIR/jadx.* > $TMPDIR/modun.zip
unzip -oq $TMPDIR/modun.zip -d $MODULE_PATH
chmod -R 755 $MODULE_PATH/'$url'
rm -fr $TMPDIR/modun.zip
rm -fr $TMPDIR/jadx.*
</script></action></group>'
Expand Down

0 comments on commit 853e2d4

Please sign in to comment.