Update apktool install to 2.0.2

This commit is contained in:
raildex1 2015-10-29 00:14:00 +11:00
parent 512ef2cd2f
commit 462b9dc2de

View file

@ -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