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

Run eadb shell error #14

Closed
PanosKwork opened this issue Aug 30, 2022 · 5 comments
Closed

Run eadb shell error #14

PanosKwork opened this issue Aug 30, 2022 · 5 comments

Comments

@PanosKwork
Copy link

eadb shell info:

image

device info:

image

@tiann
Copy link
Owner

tiann commented Sep 5, 2022

https://github.com/tiann/eadb/blob/main/assets/device-unpack#L10

It seems that your bash doesn't support this?

@SeeFlowerX
Copy link

估计是架构选择错了,注意是arm64

@ShenMiss
Copy link

https://github.com/tiann/eadb/blob/main/assets/device-unpack#L10

It seems that your bash doesn't support this?

Change the first line of several files in the assets directory to
#!/bin/bash . And recompile to solve it.

@tiann
Copy link
Owner

tiann commented Dec 13, 2022

https://github.com/tiann/eadb/blob/main/assets/device-unpack#L10
It seems that your bash doesn't support this?

Change the first line of several files in the assets directory to #!/bin/bash . And recompile to solve it.

Could you make a PR?

@ShenMiss
Copy link

https://github.com/tiann/eadb/blob/main/assets/device-unpack#L10
It seems that your bash doesn't support this?

Change the first line of several files in the assets directory to #!/bin/bash . And recompile to solve it.

Could you make a PR?

Sorry,this issue is the wrong architecture, and should be selected as arm64. Its both ok wether or not Change the first line to #!/bin/bash . I just recompile to exe and it works well .

@tiann tiann closed this as completed Oct 23, 2023
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

No branches or pull requests

4 participants