-
Notifications
You must be signed in to change notification settings - Fork 238
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
Cannot download linutil dev branch in alpine #978
Comments
The stable release does not include alpine support. The dev release contains alpine support. Try the dev branch /close completed |
I did try the dev branch. Same thing. |
What's the linutil version you see? |
I'm doing linuxdev | sh. I've also tried using the direct https://github.com/ChrisTitusTech/linutil/releases/download/2024.11.11/startdev.sh same result. I have alpine in a proxmox vm. |
It's because grep is failing when downloading the pre release. Will look into this. |
/reopen Rename the issue to cannot download linutil dev branch in alpine. |
Done |
@Jaredy899 Can you do me a favor by checking whether this works curl -L https://github.com/jeevithakannan2/linutil/raw/patch-4/startdev.sh | sh |
Created a PR that resolves the issue. It can also be resolved by updating the |
Confirmed that works too. Thanks. |
Describe the bug
When using linutil, when I try to install anything, it says failed can't find supported package manager
To Reproduce
Steps to reproduce the behavior:
launch linutil, click on fastfetch, confirm with y.
Expected behavior
it should install fastfetch. when I do doas apk add fastfetch, it works. Fastfetch is one example. This does it on everything. add user to group, etc.
Screenshots
Checklist
The text was updated successfully, but these errors were encountered: