-
Notifications
You must be signed in to change notification settings - Fork 335
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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:
- Go on a ARM based linux machine (I tried Debian 12)
- 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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working