Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when trying to install even as root #3

Closed
samhealey29 opened this issue Apr 8, 2018 · 4 comments · Fixed by #6
Closed

Error when trying to install even as root #3

samhealey29 opened this issue Apr 8, 2018 · 4 comments · Fixed by #6

Comments

@samhealey29
Copy link

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
Copy link

benbaer commented Apr 23, 2018

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
Copy link

kj0317 commented Jan 23, 2019

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
Copy link

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
Copy link

rcd27 commented Nov 12, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants