muellerberndt / apkx

One-Step APK Decompilation With Multiple Backends
247 stars 39 forks source link

Error when trying to install even as root #3

Closed samhealey29 closed 3 years ago

samhealey29 commented 6 years ago

Hi,

receiving the following error when trying to install:

./install.sh: 3: ./install.sh: [[: not found

JRE and JDK installed and added to PATH.

Running Ubuntu 17.04

Any ideas?

Thanks

benbaer commented 6 years ago

Hi, this "workaround" worked for me: go to the apkx-direktory and open the install.sh-File using an editor of your choice (e.g. vim) Delete the if-Statement, that there is only "

!/bin/sh

cp apkx ... chmod 755 ... " left. Safe and run the Skript with sudo

kj0317 commented 5 years ago

Hi, this "workaround" worked for me: go to the apkx-direktory and open the install.sh-File using an editor of your choice (e.g. vim) Delete the if-Statement, that there is only "

!/bin/sh

cp apkx ... chmod 755 ... " left. Safe and run the Skript with sudo

This worked for me also as a workaround.

vivek-modi commented 5 years ago

in window

!/bin/sh

cp apkx apkx-libs.jar enjarify.pex /usr/local/bin
chmod 755 /usr/local/bin/apkx /usr/local/bin/enjarify.pex

Its Not Working Please help

rcd27 commented 4 years ago

in window

!/bin/sh

cp apkx apkx-libs.jar enjarify.pex /usr/local/bin chmod 755 /usr/local/bin/apkx /usr/local/bin/enjarify.pex

Its Not Working Please help

What exactly is not working? What are you doing?