Skip to content

Instantly share code, notes, and snippets.

@karolba
Last active November 27, 2015 22:50
Show Gist options
  • Save karolba/6175a547cc7792cf09c7 to your computer and use it in GitHub Desktop.
Save karolba/6175a547cc7792cf09c7 to your computer and use it in GitHub Desktop.
#!/bin/sh
set -ex
apt-get update
apt-get install -y lib32z1 openjdk-7-jre
wget 'https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/linux/apktool' -O /usr/local/bin/apktool
wget 'https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.0.2.jar' -O /usr/local/bin/apktool.jar
chmod +x /usr/local/bin/apktool.jar
chmod +x /usr/local/bin/apktool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment