mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 16:34:13 +00:00
Update apktool install to 2.0.2
This commit is contained in:
parent
512ef2cd2f
commit
462b9dc2de
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/bin/bash -e
|
||||
mkdir bin
|
||||
wget https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/linux/apktool
|
||||
wget https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.0.1.jar
|
||||
mv apktool_2.0.1.jar bin/apktool.jar
|
||||
wget https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.0.2.jar
|
||||
mv apktool_2.0.2.jar bin/apktool.jar
|
||||
mv apktool bin/
|
||||
chmod 755 bin/apktool
|
||||
chmod 755 bin/apktool.jar
|
||||
|
|
Loading…
Reference in a new issue