Skip to content

Instantly share code, notes, and snippets.

@glowinthedark
Created August 14, 2019 17:32
Show Gist options
  • Select an option

  • Save glowinthedark/9f4c2e97aa42452c7e887c9076ad3eaa to your computer and use it in GitHub Desktop.

Select an option

Save glowinthedark/9f4c2e97aa42452c7e887c9076ad3eaa to your computer and use it in GitHub Desktop.
apktool installer
# Get latest version from https://bitbucket.org/iBotPeaches/apktool/downloads
export APKTOOL_VERSION=2.4.0
sudo -E sh -c 'wget https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_$APKTOOL_VERSION.jar -O /usr/local/bin/apktool.jar'
sudo chmod +r /usr/local/bin/apktool.jar
sudo sh -c 'wget https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/linux/apktool -O /usr/local/bin/apktool'
sudo chmod +x /usr/local/bin/apktool
# https://gist.github.com/bmaupin/48140926ce11fbeddec2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment