Skip to content

Commit aa8c464

Browse files
f0rkizardus
authored andcommitted
apktool version bump
1 parent 770028c commit aa8c464

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

apktool/install

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
#!/bin/bash -ex
2+
VERSION=2.2.4
3+
24
mkdir bin
5+
cd bin
36
wget https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/linux/apktool
4-
wget https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.2.2.jar
5-
mv apktool_2.2.2.jar bin/apktool.jar
6-
mv apktool bin/
7-
chmod 755 bin/apktool
8-
chmod 755 bin/apktool.jar
7+
wget "https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_$VERSION.jar"
8+
ln -s "apktool_$VERSION.jar" apktool.jar
9+
chmod 755 apktool
10+
chmod 755 apktool.jar
11+
cd ..

0 commit comments

Comments
 (0)