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

Does not work for aarch64 ARM right now #444

Closed
Furyfree opened this issue Sep 17, 2024 · 8 comments
Closed

Does not work for aarch64 ARM right now #444

Furyfree opened this issue Sep 17, 2024 · 8 comments
Labels
bug Something isn't working

Comments

@Furyfree
Copy link

Describe the bug

When i try to run the curl command on a Debian 12 ARM i get the error: \033[0;31mERROR: Downloading linutil\033[0m
This happens because the URL that the start.sh script tries to reach does not exist

To Reproduce

Steps to reproduce the behavior:

  1. Go on a ARM based linux machine (I tried Debian 12)
  2. Run the curl command "curl -fsSL https://christitus.com/linux | sh"

Expected behavior

Should run the linutil

What actually happens

You will get an error because the URL "https://github.com/ChrisTitusTech/linutil/releases/latest/download/linutil-aarch64" gives an 404 error page

Screenshots

CleanShot 2024-09-17 at 14 13 18@2x

@Furyfree Furyfree added the bug Something isn't working label Sep 17, 2024
@adamperkowski
Copy link
Collaborator

adamperkowski commented Sep 17, 2024

This is not a bug. Linutil dropped ARM support a while ago.
You can try and compile it for yourself if you want to.

@Furyfree
Copy link
Author

Oh okay, it's just still in the start.sh code, so it seems like there is support but thanks for the quick answer

@adamperkowski
Copy link
Collaborator

it's just still in the start.sh code

Yes it is... for some reason. I'll open a PR

@Furyfree
Copy link
Author

Perfect and thanks. I will close this as it does not support ARM and does not intend to support ARM

@adamperkowski
Copy link
Collaborator

adamperkowski commented Sep 17, 2024

I will close this as it does not support ARM and does not intend to support ARM

I think you can reopen this. We're thinking about adding ARM64 support back. #445 (review)

@Furyfree
Copy link
Author

Furyfree commented Sep 17, 2024

Okay I will open this again. Thanks again. I would love ARM support as this product is very good

PS: Don't think I have permission to reopen this case. Can anybody reopen it or do I need to make a new issue?

@adamperkowski
Copy link
Collaborator

Don't think I have permission to reopen this case. Can anybody reopen it or do I need to make a new issue?

Make a new one then.

@Furyfree
Copy link
Author

I have made a new ticket and referenced this one. New ticket is #450

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants