1
0
Fork 0

Fix apktool path

main
Ambrose Chua 2021-04-26 20:51:12 +08:00
parent 39aad586b2
commit dff32d320a
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ set -e
BASE="$HOME/.pwn/apktool"
if [[ ! -d "$BASE/bin" ]]; then
mkdir -p "$BASE/bin"
wget --output-document "$BASE/bin/apktool" \
https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/linux/apktool
chmod +x "$BASE/bin/apktool"