mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-17 23:26:58 +00:00
apktool version bump
This commit is contained in:
parent
770028c136
commit
aa8c464dda
1 changed files with 8 additions and 5 deletions
|
@ -1,8 +1,11 @@
|
|||
#!/bin/bash -ex
|
||||
VERSION=2.2.4
|
||||
|
||||
mkdir bin
|
||||
cd bin
|
||||
wget https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/linux/apktool
|
||||
wget https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.2.2.jar
|
||||
mv apktool_2.2.2.jar bin/apktool.jar
|
||||
mv apktool bin/
|
||||
chmod 755 bin/apktool
|
||||
chmod 755 bin/apktool.jar
|
||||
wget "https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_$VERSION.jar"
|
||||
ln -s "apktool_$VERSION.jar" apktool.jar
|
||||
chmod 755 apktool
|
||||
chmod 755 apktool.jar
|
||||
cd ..
|
||||
|
|
Loading…
Add table
Reference in a new issue